Skip to content

Commit

Permalink
Bump intercom to 3.9.4 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyom authored Nov 12, 2019
1 parent 7c2ca38 commit b193d55
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.3'
gem 'intercom', '~> 3.9.4'

## 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.4
Add handling for Gateway Timeouts

3.9.3
Fix regression added in 3.9.2

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

0 comments on commit b193d55

Please sign in to comment.