We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0a0e0 commit 02922e4Copy full SHA for 02922e4
README.md
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
22
23
Using bundler:
24
25
- gem 'intercom', "~> 3.5.4"
+ gem 'intercom', "~> 3.5.5"
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,11 @@
1
+3.5.5
2
+- Add scroll api for contacts
3
+- Add extra context to IntercomError
4
+- Add support to find admin by id
5
+- Add decrement method to incrementable traits
6
+- Suppress printing of users during test runs
7
+
8
9
3.5.4
10
- Add support for scoll API feature
11
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.5.4"
+ VERSION = "3.5.5"
end
0 commit comments