We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3281ae commit 65a82a2Copy full SHA for 65a82a2
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.2'
+ gem 'intercom', '~> 3.9.3'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,6 @@
1
+3.9.3
2
+Fix regression added in 3.9.2
3
+
4
3.9.2
5
Added error handling for malformed responses
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.9.2"
+ VERSION = "3.9.3"
end
0 commit comments