From 8042ec30c22102ddf70965040c3d2bbcf952cfa1 Mon Sep 17 00:00:00 2001 From: Jonathan O'Mahony Date: Thu, 3 Oct 2019 13:57:37 +0100 Subject: [PATCH] Jonny/bump version (#486) * Bump intercom to 3.8.1 * Include changes and readme --- README.md | 3 ++- changes.txt | 3 +++ lib/intercom/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b106db..573a657c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changes.txt b/changes.txt index 04385914..9166f71b 100644 --- a/changes.txt +++ b/changes.txt @@ -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 diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 57047f7c..0d1df30a 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "3.8.0" + VERSION = "3.8.1" end