Skip to content

Commit

Permalink
version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josler committed Oct 3, 2014
1 parent 741f43e commit 3962699
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Additionally, the new version uses Ruby 2.

Using bundler:

gem 'intercom', "~> 2.2.1"
gem 'intercom', "~> 2.2.2"

## Basic Usage

Expand Down
6 changes: 6 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.2
- Improve spec strings (thanks to @jkeyes)
- Improve README readability (thanks to @jkeyes)
- Raise Intercom::ServiceConnectionError on connection failure
- Fix creation of Intercom::Message with stringy keys in to/from fields

2.2.1
- Webhook Notification support
- Webhook Subscription support
Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "2.2.1"
VERSION = "2.2.2"
end

0 comments on commit 3962699

Please sign in to comment.