diff --git a/changes.txt b/changes.txt index 08991b7..0783aa8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,8 @@ +4.1.3 +- Updated ReadMe with more errors. +- Fixed issue where paginated requests could only be iterated through once. +- Moved Dynamic accessors from class level to instance level. + 4.1.2 - Adding support for company delete. - Adding support for archiving/unarchiving contacts. diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index df41bd7..211020e 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.1.2" + VERSION = "4.1.3" end