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 89d978d commit 8042ec3Copy full SHA for 8042ec3
README.md
@@ -18,11 +18,12 @@ This version of the gem is compatible with `Ruby 2.1` and above.
18
19
## Installation
20
21
+
22
gem install intercom
23
24
Using bundler:
25
- gem 'intercom', '~> 3.8.0'
26
+ gem 'intercom', '~> 3.8.1'
27
28
## Basic Usage
29
changes.txt
@@ -1,3 +1,6 @@
1
+3.8.1
2
+Added error handling for company_not_found
3
4
3.8.0
5
Add support for Customer Search (currently in Unstable API Version)
6
https://developers.intercom.com/intercom-api-reference/v0/reference#customers
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.8.0"
+ VERSION = "3.8.1"
end
0 commit comments