Skip to content

Commit 02922e4

Browse files
committed
bump version
1 parent de0a0e0 commit 02922e4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
2222

2323
Using bundler:
2424

25-
gem 'intercom', "~> 3.5.4"
25+
gem 'intercom', "~> 3.5.5"
2626

2727
## Basic Usage
2828

changes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
3.5.4
210
- Add support for scoll API feature
311

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.5.4"
2+
VERSION = "3.5.5"
33
end

0 commit comments

Comments
 (0)