Skip to content

Commit 192d001

Browse files
committed
release 3.2.0
1 parent f6fa4e8 commit 192d001

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.1.0"
25+
gem 'intercom', "~> 3.2.0"
2626

2727
## Basic Usage
2828

changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.2.0
2+
- Add attachment support for conversations
3+
- Fix puts'ing api resources
4+
15
3.1.0
26
- Support opening, closing, and assigning conversations
37

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.1.0"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)