From 7020bf0df93e681ba4626a4249ecc09c2d716343 Mon Sep 17 00:00:00 2001 From: Jonathan O'Mahony Date: Fri, 18 Jan 2019 15:58:37 +0000 Subject: [PATCH] Jonny/bump intercom to 3.7.3 (#458) --- README.md | 2 +- changes.txt | 3 +++ lib/intercom/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf2761eb..04c868a4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above. Using bundler: - gem 'intercom', '~> 3.7.2' + gem 'intercom', '~> 3.7.3' ## Basic Usage diff --git a/changes.txt b/changes.txt index a2f542af..46012821 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +3.7.3 +Added error handling for when an admin cannot be found. + 3.7.2 Added error handling for when an app's custom attribute limits have been reached. diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index ab1eb79c..b9e03110 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "3.7.2" + VERSION = "3.7.3" end