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.
2 parents 74917ee + b152ef8 commit 4006314Copy full SHA for 4006314
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.2.0"
+ gem 'intercom', "~> 3.3.0"
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,6 @@
1
+3.3.0
2
+ - Add Bulk API support
3
+
4
3.2.0
5
- Add attachment support for conversations
6
- Fix puts'ing api resources
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.2.0"
+ VERSION = "3.3.0"
end
0 commit comments