Skip to content

Commit

Permalink
Bump version to 4.1.2 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgdsouza authored Oct 30, 2020
1 parent 215c97e commit 93d18bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ intercom = Intercom::Client.new(token: 'my_token')

```ruby
# With a versioned app:
intercom = Intercom::Client.new(token: 'my_token', api_version: '2.1')
intercom = Intercom::Client.new(token: 'my_token', api_version: '2.2')
```

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.
Expand Down
7 changes: 7 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.1.2
- Adding support for company delete.
- Adding support for archiving/unarchiving contacts.
- Adding support for listing contact segments.
- Fixed issue with scroll collection proxy.
- Fixed issue with running assignment rules on a conversation.

4.1.1
- Fixed bug with deprecated lead resource.

Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "4.1.1"
VERSION = "4.1.2"
end

0 comments on commit 93d18bf

Please sign in to comment.