Skip to content

Commit

Permalink
release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josler committed Oct 28, 2014
1 parent 801c8a7 commit 62a7ec5
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ This version of the gem is compatible with `Ruby 2.1`, `Ruby 2.0` & `Ruby 1.9.3`

Using bundler:

gem 'intercom', "~> 2.3.0"
gem 'intercom', "~> 2.4.0"

## Basic Usage

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.4.0
- Support for Ruby 1.9.3 (thanks @Chocksy)

2.3.0
- Add Intercom::HttpError to be raised when empty response entity received unexpectedly
- Raise Intercom errors more gracefully when HTML returned
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.3.0"
VERSION = "2.4.0"
end

0 comments on commit 62a7ec5

Please sign in to comment.