From 0ec2dbdaf1a02778043d489647b1c2182b96dd5e Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Tue, 10 Mar 2020 10:15:14 +0000 Subject: [PATCH 1/2] Bump intercom to 4.0.1 --- lib/intercom/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 85502869..5f2ea446 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.0.0" + VERSION = "4.0.1" end From 7740007a30fdcceb36d20da9320bc2de5e9c02ad Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Tue, 10 Mar 2020 10:24:42 +0000 Subject: [PATCH 2/2] Bump version to 4.0.1 --- changes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index c6e35cef..1073568c 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,8 @@ -4.0 +4.0.1 +- Fixed bug with nested resources. +- Support for add/remove contact on conversation object. + +4.0.0 New version to support API version 2.0. - Added support for new Contacts API. - Added support for Conversation Search and for Conversation model changes.