Skip to content

Commit 62a7ec5

Browse files
committed
release 2.4.0
1 parent 801c8a7 commit 62a7ec5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This version of the gem is compatible with `Ruby 2.1`, `Ruby 2.0` & `Ruby 1.9.3`
1919

2020
Using bundler:
2121

22-
gem 'intercom', "~> 2.3.0"
22+
gem 'intercom', "~> 2.4.0"
2323

2424
## Basic Usage
2525

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4.0
2+
- Support for Ruby 1.9.3 (thanks @Chocksy)
3+
14
2.3.0
25
- Add Intercom::HttpError to be raised when empty response entity received unexpectedly
36
- Raise Intercom errors more gracefully when HTML returned

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "2.3.0"
2+
VERSION = "2.4.0"
33
end

0 commit comments

Comments
 (0)