We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39de434 + b4b4be3 commit a30851aCopy full SHA for a30851a
changes.txt
@@ -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
+
6
4.1.2
7
- Adding support for company delete.
8
- Adding support for archiving/unarchiving contacts.
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "4.1.2"
+ VERSION = "4.1.3"
end
0 commit comments