Skip to content

Commit 8966ce6

Browse files
authored
Merge pull request #496 from intercom/jonny/bump-to-3.9.2
Jonny/bump to 3.9.2
2 parents 0e800e0 + 92f2032 commit 8966ce6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2323

2424
Using bundler:
2525

26-
gem 'intercom', '~> 3.9.0'
26+
gem 'intercom', '~> 3.9.2'
2727

2828
## Basic Usage
2929

changes.txt

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
3.9.0
28
Added Teams endpoint functionality
39

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.9.1"
2+
VERSION = "3.9.2"
33
end

0 commit comments

Comments
 (0)