diff --git a/README.md b/README.md index 59503821..6f21c67f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This version of the gem is compatible with `Ruby 2.1` and above. Using bundler: - gem 'intercom', '~> 4.0' + gem 'intercom', '~> 4.1' ## Basic Usage diff --git a/changes.txt b/changes.txt index 1073568c..03d56f0e 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,10 @@ +4.1.0 +- Added support for new Articles API. +- Added support for new Collections API. +- Added support for new Sections API. +- Added support to equate two resources. +- Fixed issue for dirty tracking nested typed objects. + 4.0.1 - Fixed bug with nested resources. - Support for add/remove contact on conversation object. diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 5f2ea446..a831c139 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.0.1" + VERSION = "4.1.0" end