Skip to content

Commit a30851a

Browse files
authored
Merge pull request #582 from intercom/seanhealy/bumpgem
Bump intercom to 4.1.3
2 parents 39de434 + b4b4be3 commit a30851a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changes.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.1.3
2+
- Updated ReadMe with more errors.
3+
- Fixed issue where paginated requests could only be iterated through once.
4+
- Moved Dynamic accessors from class level to instance level.
5+
16
4.1.2
27
- Adding support for company delete.
38
- Adding support for archiving/unarchiving contacts.

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

0 commit comments

Comments
 (0)