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 c23878f commit 3f3a25aCopy full SHA for 3f3a25a
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.8.1'
+ gem 'intercom', '~> 3.9.0'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,6 @@
1
+3.9.0
2
+Added Teams endpoint functionality
3
+
4
3.8.1
5
Added error handling for company_not_found
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.8.1"
+ VERSION = "3.9.0"
end
0 commit comments