diff --git a/README.md b/README.md index fbc1fcdc..dcf1e560 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changes.txt b/changes.txt index b7260e18..7a9147c3 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +3.9.4 +Add handling for Gateway Timeouts + 3.9.3 Fix regression added in 3.9.2 diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 88b85911..8aaf92fc 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "3.9.3" + VERSION = "3.9.4" end