Skip to content

Commit 93d18bf

Browse files
authored
Bump version to 4.1.2 (#560)
1 parent 215c97e commit 93d18bf

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
@@ -36,7 +36,7 @@ intercom = Intercom::Client.new(token: 'my_token')
3636

3737
```ruby
3838
# With a versioned app:
39-
intercom = Intercom::Client.new(token: 'my_token', api_version: '2.1')
39+
intercom = Intercom::Client.new(token: 'my_token', api_version: '2.2')
4040
```
4141

4242
If you are building a third party application you can get your access_tokens by [setting-up-oauth](https://developers.intercom.io/page/setting-up-oauth) for Intercom.

changes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.2
2+
- Adding support for company delete.
3+
- Adding support for archiving/unarchiving contacts.
4+
- Adding support for listing contact segments.
5+
- Fixed issue with scroll collection proxy.
6+
- Fixed issue with running assignment rules on a conversation.
7+
18
4.1.1
29
- Fixed bug with deprecated lead resource.
310

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

0 commit comments

Comments
 (0)