Skip to content

Commit

Permalink
Jonny/bump version (#486)
Browse files Browse the repository at this point in the history
* Bump intercom to 3.8.1

* Include changes and readme
  • Loading branch information
jonnyom authored Oct 3, 2019
1 parent 89d978d commit 8042ec3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ This version of the gem is compatible with `Ruby 2.1` and above.

## Installation


gem install intercom

Using bundler:

gem 'intercom', '~> 3.8.0'
gem 'intercom', '~> 3.8.1'

## Basic Usage

Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.8.1
Added error handling for company_not_found

3.8.0
Add support for Customer Search (currently in Unstable API Version)
https://developers.intercom.com/intercom-api-reference/v0/reference#customers
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.8.0"
VERSION = "3.8.1"
end

0 comments on commit 8042ec3

Please sign in to comment.