Skip to content

Commit 576ec51

Browse files
committed
Version 2.1.6
1 parent 19fc4e2 commit 576ec51

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Additionally, the new version uses Ruby 2.
1919

2020
Using bundler:
2121

22-
gem 'intercom', "~> 2.1.3"
22+
gem 'intercom', "~> 2.1.6"
2323

2424
## Basic Usage
2525

changes.txt

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,58 @@
1+
2.1.6
2+
- Add handling for service unavailable exceptions
3+
14
2.1.5
2-
- Fix typos in error messages (thanks to @infertux)
3-
- Gemfile cleanup (thanks to @Manfred)
4-
- Handle 403 Forbidden errors
5-
- Fix intermittant spec failure
5+
- Fix typos in error messages (thanks to @infertux)
6+
- Gemfile cleanup (thanks to @Manfred)
7+
- Handle 403 Forbidden errors
8+
- Fix intermittant spec failure
69

710
2.1.4
8-
- Rework hash helper extensions
11+
- Rework hash helper extensions
912

1013
2.1.2
11-
- Clean up some spec warnings
12-
- Fix incrementing of custom data
14+
- Clean up some spec warnings
15+
- Fix incrementing of custom data
1316

1417
2.1.1
15-
- Added User Agent header
18+
- Added User Agent header
1619

1720
2.1.0
18-
- Added Admin listing (thanks to @javiercr)
19-
- Fix ancestor lookup of constants (thanks to @javiercr)
21+
- Added Admin listing (thanks to @javiercr)
22+
- Fix ancestor lookup of constants (thanks to @javiercr)
2023

2124
2.0.3
22-
- Fix for bug caused by "type" in custom attributes
25+
- Fix for bug caused by "type" in custom attributes
2326

2427
2.0.2
25-
- Mark conversations as read
28+
- Mark conversations as read
2629

2730
2.0.1
28-
- Move ruby version to gemspec
31+
- Move ruby version to gemspec
2932

3033
2.0.0
31-
- Bumped to 2.0.0.
34+
- Bumped to 2.0.0.
3235

3336
1.0.0
34-
- Bumped to a 1.0.0 version. No functional changes.
37+
- Bumped to a 1.0.0 version. No functional changes.
3538

3639
0.3.0
37-
- Renamed UserEvents to Events
40+
- Renamed UserEvents to Events
3841

3942
0.2.0
40-
- Add UserEvents.
43+
- Add UserEvents.
4144

4245
0.1.19
43-
- Update DELETE request to fix issue.
46+
- Update DELETE request to fix issue.
4447

4548
0.1.18
46-
- Increase connection and read timeouts
49+
- Increase connection and read timeouts
4750

4851
0.1.16
49-
- Add BadGatewayError to properly report that sort of error.
52+
- Add BadGatewayError to properly report that sort of error.
5053

5154
0.1.15
52-
- Fix location_data and social_profiles for ruby 2.0 change to #respond_to? method.
55+
- Fix location_data and social_profiles for ruby 2.0 change to #respond_to? method.
5356

5457
0.1.14
5558
- Update tagging interface for API changes

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 = "2.1.5"
2+
VERSION = "2.1.6"
33
end

0 commit comments

Comments
 (0)