Skip to content

Commit 8042ec3

Browse files
authored
Jonny/bump version (#486)
* Bump intercom to 3.8.1 * Include changes and readme
1 parent 89d978d commit 8042ec3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ This version of the gem is compatible with `Ruby 2.1` and above.
1818

1919
## Installation
2020

21+
2122
gem install intercom
2223

2324
Using bundler:
2425

25-
gem 'intercom', '~> 3.8.0'
26+
gem 'intercom', '~> 3.8.1'
2627

2728
## Basic Usage
2829

changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.8.1
2+
Added error handling for company_not_found
3+
14
3.8.0
25
Add support for Customer Search (currently in Unstable API Version)
36
https://developers.intercom.com/intercom-api-reference/v0/reference#customers

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.8.0"
2+
VERSION = "3.8.1"
33
end

0 commit comments

Comments
 (0)