Skip to content

Commit 69a9513

Browse files
authored
Merge pull request #600 from intercom/seanhealy/bumpMinor
Bump intercom to 4.2.0
2 parents c32fe00 + 60acc50 commit 69a9513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Circle CI](https://circleci.com/gh/intercom/intercom-ruby.png?style=shield)](https://circleci.com/gh/intercom/intercom-ruby)
44
[![gem](https://img.shields.io/gem/v/intercom)](https://rubygems.org/gems/intercom)
5-
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.2-blue)
5+
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.6-blue)
66

77
> Ruby bindings for the [Intercom API](https://developers.intercom.io/reference).
88
@@ -274,7 +274,7 @@ intercom.events.create(
274274
# Retrieve event list for user with id:'123abc'
275275
intercom.events.find_all("type" => "user", "intercom_user_id" => "123abc")
276276

277-
# Retrieve the event summary for user with id: 'abc' this will return an event object with the following characteristics:
277+
# Retrieve the event summary for user with id: 'abc' this will return an event object with the following characteristics:
278278
# name - name of the event
279279
# first - time when event first occured.
280280
# last - time when event last occured

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 = "4.1.3"
2+
VERSION = "4.2.0"
33
end

0 commit comments

Comments
 (0)