Skip to content

Commit

Permalink
Merge pull request #480 from intercom/AP/3.8.0
Browse files Browse the repository at this point in the history
Ap/3.8.0
  • Loading branch information
apassant authored Aug 1, 2019
2 parents ec6435c + 3214b5a commit 3e2c24f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.

Using bundler:

gem 'intercom', '~> 3.7.7'
gem 'intercom', '~> 3.8.0'

## Basic Usage

Expand Down
4 changes: 4 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.8.0
Add support for Customer Search (currently in Unstable API Version)
https://developers.intercom.com/intercom-api-reference/v0/reference#customers

3.7.7
Remove deprecated features from Gemspec

Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "3.7.7"
VERSION = "3.8.0"
end

0 comments on commit 3e2c24f

Please sign in to comment.