From 13338dca58c432e8ee19102aef8c8fa88740ab3f Mon Sep 17 00:00:00 2001 From: conorkeating Date: Thu, 30 Jan 2020 11:58:02 +0000 Subject: [PATCH 1/2] Bump intercom to 4.0.0 --- 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 99eb61c7..85502869 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "3.9.5" + VERSION = "4.0.0" end From 1bf66c2a78f933597e903deaadabea42a7223d5f Mon Sep 17 00:00:00 2001 From: conorkeating Date: Thu, 30 Jan 2020 11:59:50 +0000 Subject: [PATCH 2/2] changes --- changes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changes.txt b/changes.txt index bec3ec6d..c6e35cef 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,11 @@ +4.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. +- New DataAttribute class to support the Data Attributes. See README for details on usage. +- New method to run assignment rules on a conversation: `intercom.conversations.run_assignment_rules()`. +- See Migration guide for breaking changes: https://github.com/intercom/intercom-ruby/wiki/Migration-guide-for-v4 + 3.9.5 Add Unstable version support