Skip to content

Commit

Permalink
bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Black committed May 7, 2015
1 parent d3e69a6 commit 787dfbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
twilio-ruby changelog
=====================

Version 4.1.0
-------------

Released May 7, 2015

- Add support for the new Monitor API

Version 4.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
To install using [Bundler][bundler] grab the latest stable version:

```ruby
gem 'twilio-ruby', '~> 4.0.1'
gem 'twilio-ruby', '~> 4.1.0'
```

To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
Expand Down
2 changes: 1 addition & 1 deletion lib/twilio-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twilio
VERSION = '4.0.1'
VERSION = '4.1.0'
end

0 comments on commit 787dfbc

Please sign in to comment.