Skip to content

Commit 900c624

Browse files
committed
release 2.3.0
1 parent a9d10cc commit 900c624

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.4"
22+
gem 'intercom', "~> 2.3.0"
2323

2424
## Basic Usage
2525

changes.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.3.0
2+
- Add Intercom::HttpError to be raised when empty response entity received unexpectedly
3+
- Raise Intercom errors more gracefully when HTML returned
4+
- Fixed README typo (thanks to @marckohlbrugge)
5+
16
2.2.4
27
- Add Intercom::MultipleMatchingUsersError
38

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

0 commit comments

Comments
 (0)