We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91378c1 commit d827e13Copy full SHA for d827e13
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.4'
+ gem 'intercom', '~> 3.9.5'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,6 @@
1
+3.9.5
2
+Add Unstable version support
3
+
4
3.9.4
5
Add handling for Gateway Timeouts
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.9.4"
+ VERSION = "3.9.5"
end
0 commit comments