Skip to content

Commit

Permalink
Jonny/bump version (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyom committed Oct 5, 2018
1 parent f2440c1 commit ad5e0ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.

Using bundler:

gem 'intercom', '~> 3.6.1'
gem 'intercom', '~> 3.6.2'

## Basic Usage

Expand Down
5 changes: 5 additions & 0 deletions changes.txt
@@ -1,3 +1,8 @@
3.6.2
#384 Add ability to snooze conversation
You can now snooze conversations in your app via:
intercom.conversations.snooze(...)

3.6.1
#430 Allow all conversations to be listed
You can now iterate over all conversations for your app via:
Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "3.6.1"
VERSION = "3.6.2"
end

0 comments on commit ad5e0ce

Please sign in to comment.