Skip to content

Commit ec1d22b

Browse files
authored
Fix for PR353 (#362)
1 parent 3cea877 commit ec1d22b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.5.20'
25+
gem 'intercom', '~> 3.5.21'
2626

2727
## Basic Usage
2828

changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.5.21
2+
- Fix for PR-353 which addressed "NoMethodError in intercom/request"
3+
- There were issues on older versions of Ruby (<2.3)
4+
- This PR does not use lonely operator and instead simple checks for nil parsed_body
5+
16
3.5.17
27
- Fix BlockedUserError typo
38

0 commit comments

Comments
 (0)