Skip to content

Commit 3962699

Browse files
committed
version 2.2.2
1 parent 741f43e commit 3962699

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.2.1"
22+
gem 'intercom', "~> 2.2.2"
2323

2424
## Basic Usage
2525

changes.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2.2
2+
- Improve spec strings (thanks to @jkeyes)
3+
- Improve README readability (thanks to @jkeyes)
4+
- Raise Intercom::ServiceConnectionError on connection failure
5+
- Fix creation of Intercom::Message with stringy keys in to/from fields
6+
17
2.2.1
28
- Webhook Notification support
39
- Webhook Subscription support

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.2.1"
2+
VERSION = "2.2.2"
33
end

0 commit comments

Comments
 (0)