Skip to content

Commit f4413b9

Browse files
authored
Bump intercom to 4.1.0 (#534)
1 parent fae9d35 commit f4413b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2121

2222
Using bundler:
2323

24-
gem 'intercom', '~> 4.0'
24+
gem 'intercom', '~> 4.1'
2525

2626
## Basic Usage
2727

changes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.0
2+
- Added support for new Articles API.
3+
- Added support for new Collections API.
4+
- Added support for new Sections API.
5+
- Added support to equate two resources.
6+
- Fixed issue for dirty tracking nested typed objects.
7+
18
4.0.1
29
- Fixed bug with nested resources.
310
- Support for add/remove contact on conversation object.

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.1"
2+
VERSION = "4.1.0"
33
end

0 commit comments

Comments
 (0)