From 39626994c036c6499052a23e52b7487585b38504 Mon Sep 17 00:00:00 2001 From: James Osler Date: Fri, 3 Oct 2014 09:39:49 +0100 Subject: [PATCH] version 2.2.2 --- README.md | 2 +- changes.txt | 6 ++++++ lib/intercom/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dac1372f..fdd905af 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Additionally, the new version uses Ruby 2. Using bundler: - gem 'intercom', "~> 2.2.1" + gem 'intercom', "~> 2.2.2" ## Basic Usage diff --git a/changes.txt b/changes.txt index d3ef7c84..07cc0fad 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,9 @@ +2.2.2 + - Improve spec strings (thanks to @jkeyes) + - Improve README readability (thanks to @jkeyes) + - Raise Intercom::ServiceConnectionError on connection failure + - Fix creation of Intercom::Message with stringy keys in to/from fields + 2.2.1 - Webhook Notification support - Webhook Subscription support diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 55fdc886..52487b2f 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "2.2.1" + VERSION = "2.2.2" end