Skip to content

Commit

Permalink
release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josler committed Oct 28, 2014
1 parent 7ece071 commit 362d291
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This version of the gem is compatible with `Ruby 2.1`, `Ruby 2.0` & `Ruby 1.9.3`

Using bundler:

gem 'intercom', "~> 2.4.0"
gem 'intercom', "~> 2.4.1"

## Basic Usage

Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4.1
- Add 'update_last_requst_at=true' as an attribute to set on a User.

2.4.0
- Support for Ruby 1.9.3 (thanks @Chocksy)

Expand Down
2 changes: 1 addition & 1 deletion lib/intercom/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
VERSION = "2.4.0"
VERSION = "2.4.1"
end

0 comments on commit 362d291

Please sign in to comment.