Skip to content

Commit

Permalink
update version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josler committed Oct 10, 2014
1 parent 87fa6a2 commit 0a0d9d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 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.3"
gem 'intercom', "~> 2.2.4"

## Basic Usage

Expand Down Expand Up @@ -342,6 +342,7 @@ Intercom::ResourceNotFound
Intercom::BadRequestError
Intercom::RateLimitExceeded
Intercom::AttributeNotSetError # Raised when you try to call a getter that does not exist on an object
Intercom::MultipleMatchingUsersError
```

### Rate Limiting
Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.4
- Add Intercom::MultipleMatchingUsersError

2.2.3
- Add rate limiting details to Intercom.rate_limiting_details

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.3"
VERSION = "2.2.4"
end

0 comments on commit 0a0d9d5

Please sign in to comment.