Skip to content

Commit e4bd2b0

Browse files
authored
Merge pull request #512 from intercom/conorkeating/release-v4.0.0
Conorkeating/release v4.0.0
2 parents de12dfc + 1bf66c2 commit e4bd2b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.0
2+
New version to support API version 2.0.
3+
- Added support for new Contacts API.
4+
- Added support for Conversation Search and for Conversation model changes.
5+
- New DataAttribute class to support the Data Attributes. See README for details on usage.
6+
- New method to run assignment rules on a conversation: `intercom.conversations.run_assignment_rules(<convo_id>)`.
7+
- See Migration guide for breaking changes: https://github.com/intercom/intercom-ruby/wiki/Migration-guide-for-v4
8+
19
3.9.5
210
Add Unstable version support
311

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.9.5"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)