Skip to content

Commit 3f3a25a

Browse files
authored
Jonny/bump minor version (#489)
1 parent c23878f commit 3f3a25a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.8.1'
26+
gem 'intercom', '~> 3.9.0'
2727

2828
## Basic Usage
2929

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.9.0
2+
Added Teams endpoint functionality
3+
14
3.8.1
25
Added error handling for company_not_found
36

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.8.1"
2+
VERSION = "3.9.0"
33
end

0 commit comments

Comments
 (0)