We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dffd960 + 7740007 commit 276b5b8Copy full SHA for 276b5b8
changes.txt
@@ -1,4 +1,8 @@
1
-4.0
+4.0.1
2
+- Fixed bug with nested resources.
3
+- Support for add/remove contact on conversation object.
4
+
5
+4.0.0
6
New version to support API version 2.0.
7
- Added support for new Contacts API.
8
- Added support for Conversation Search and for Conversation model changes.
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "4.0.0"
+ VERSION = "4.0.1"
end
0 commit comments