We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e800e0 + 92f2032 commit 8966ce6Copy full SHA for 8966ce6
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.0'
+ gem 'intercom', '~> 3.9.2'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,9 @@
1
+3.9.2
2
+Added error handling for malformed responses
3
+
4
+3.9.1
5
+Version skipped in error
6
7
3.9.0
8
Added Teams endpoint functionality
9
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.9.1"
+ VERSION = "3.9.2"
end
0 commit comments