Skip to content

Commit 0a0d9d5

Browse files
committed
update version to 2.2.4
1 parent 87fa6a2 commit 0a0d9d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+2-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.3"
22+
gem 'intercom', "~> 2.2.4"
2323

2424
## Basic Usage
2525

@@ -342,6 +342,7 @@ Intercom::ResourceNotFound
342342
Intercom::BadRequestError
343343
Intercom::RateLimitExceeded
344344
Intercom::AttributeNotSetError # Raised when you try to call a getter that does not exist on an object
345+
Intercom::MultipleMatchingUsersError
345346
```
346347

347348
### Rate Limiting

changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.4
2+
- Add Intercom::MultipleMatchingUsersError
3+
14
2.2.3
25
- Add rate limiting details to Intercom.rate_limiting_details
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.2.3"
2+
VERSION = "2.2.4"
33
end

0 commit comments

Comments
 (0)