Skip to content

Commit ad5e0ce

Browse files
authored
Jonny/bump version (#435)
1 parent f2440c1 commit ad5e0ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+1-1
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.6.1'
25+
gem 'intercom', '~> 3.6.2'
2626

2727
## Basic Usage
2828

changes.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.6.2
2+
#384 Add ability to snooze conversation
3+
You can now snooze conversations in your app via:
4+
intercom.conversations.snooze(...)
5+
16
3.6.1
27
#430 Allow all conversations to be listed
38
You can now iterate over all conversations for your app via:

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "3.6.1"
2+
VERSION = "3.6.2"
33
end

0 commit comments

Comments
 (0)