Skip to content

Commit 3e2c24f

Browse files
authored
Merge pull request #480 from intercom/AP/3.8.0
Ap/3.8.0
2 parents ec6435c + 3214b5a commit 3e2c24f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

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

2323
Using bundler:
2424

25-
gem 'intercom', '~> 3.7.7'
25+
gem 'intercom', '~> 3.8.0'
2626

2727
## Basic Usage
2828

changes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
3.7.7
26
Remove deprecated features from Gemspec
37

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.7.7"
2+
VERSION = "3.8.0"
33
end

0 commit comments

Comments
 (0)