Skip to content

Commit 276b5b8

Browse files
authored
Merge pull request #518 from intercom/mmurray/version_bump
Bump intercom to 4.0.1
2 parents dffd960 + 7740007 commit 276b5b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changes.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
4.0
1+
4.0.1
2+
- Fixed bug with nested resources.
3+
- Support for add/remove contact on conversation object.
4+
5+
4.0.0
26
New version to support API version 2.0.
37
- Added support for new Contacts API.
48
- Added support for Conversation Search and for Conversation model changes.

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "4.0.0"
2+
VERSION = "4.0.1"
33
end

0 commit comments

Comments
 (0)