We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2440c1 commit ad5e0ceCopy full SHA for ad5e0ce
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.6.1'
+ gem 'intercom', '~> 3.6.2'
26
27
## Basic Usage
28
changes.txt
@@ -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
+
6
3.6.1
7
#430 Allow all conversations to be listed
8
You can now iterate over all conversations for your app via:
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.6.1"
+ VERSION = "3.6.2"
end
0 commit comments