We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec6435c + 3214b5a commit 3e2c24fCopy full SHA for 3e2c24f
README.md
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
22
23
Using bundler:
24
25
- gem 'intercom', '~> 3.7.7'
+ gem 'intercom', '~> 3.8.0'
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,7 @@
1
+3.8.0
2
+Add support for Customer Search (currently in Unstable API Version)
3
+https://developers.intercom.com/intercom-api-reference/v0/reference#customers
4
+
5
3.7.7
6
Remove deprecated features from Gemspec
7
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.7.7"
+ VERSION = "3.8.0"
end
0 commit comments