diff --git a/changes.txt b/changes.txt index 03d56f0e..e2960ea4 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +4.1.1 +- Fixed bug with deprecated lead resource. + 4.1.0 - Added support for new Articles API. - Added support for new Collections API. diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index a831c139..9ea75368 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.1.0" + VERSION = "4.1.1" end