We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2ca38 commit b193d55Copy full SHA for b193d55
README.md
@@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
23
24
Using bundler:
25
26
- gem 'intercom', '~> 3.9.3'
+ gem 'intercom', '~> 3.9.4'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,6 @@
1
+3.9.4
2
+Add handling for Gateway Timeouts
3
+
4
3.9.3
5
Fix regression added in 3.9.2
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.9.3"
+ VERSION = "3.9.4"
end
0 commit comments