From d827e13ab5ad9831e68a35cb2d01b0f76477777d Mon Sep 17 00:00:00 2001 From: Jonathan O'Mahony Date: Thu, 14 Nov 2019 10:19:58 +0000 Subject: [PATCH] Bump version to support the unstable API version (#506) --- 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 dcf1e560..f4b46699 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above. Using bundler: - gem 'intercom', '~> 3.9.4' + gem 'intercom', '~> 3.9.5' ## Basic Usage diff --git a/changes.txt b/changes.txt index 7a9147c3..bec3ec6d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +3.9.5 +Add Unstable version support + 3.9.4 Add handling for Gateway Timeouts diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 8aaf92fc..99eb61c7 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "3.9.4" + VERSION = "3.9.5" end