Skip to content

Commit b781fcd

Browse files
committed
Version 2.2.0
1 parent b2af03f commit b781fcd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Additionally, the new version uses Ruby 2.
1919

2020
Using bundler:
2121

22-
gem 'intercom', "~> 2.1.6"
22+
gem 'intercom', "~> 2.2.0"
2323

2424
## Basic Usage
2525

changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.0
2+
- Handle blanks on identity attributes (e.g. email) better.
3+
14
2.1.6
25
- Add handling for service unavailable exceptions
36

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "2.1.6"
2+
VERSION = "2.2.0"
33
end

0 commit comments

Comments
 (0)