We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de12dfc + 1bf66c2 commit e4bd2b0Copy full SHA for e4bd2b0
changes.txt
@@ -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
+
9
3.9.5
10
Add Unstable version support
11
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.9.5"
+ VERSION = "4.0.0"
end
0 commit comments