Skip to content

Commit

Permalink
Bump version to support the unstable API version (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyom authored Nov 14, 2019
1 parent 91378c1 commit d827e13
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 @@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.

Using bundler:

gem 'intercom', '~> 3.9.4'
gem 'intercom', '~> 3.9.5'

## 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 @@
3.9.5
Add Unstable version support

3.9.4
Add handling for Gateway Timeouts

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 = "3.9.4"
VERSION = "3.9.5"
end

0 comments on commit d827e13

Please sign in to comment.