Skip to content

Commit

Permalink
Bumps version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jun 19, 2015
1 parent a97e4bc commit c7f3ddd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
twilio-ruby changelog
=====================

Version 4.2.1
-------------

Release June 19, 2015

- Allow passing URL parameters through when getting statistics for TaskRouter objects
- URI encode phone number lookups
- Adds documentation for lookups

Version 4.2.0
-------------

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.2.0'
gem 'twilio-ruby', '~> 4.2.1'
```

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.2.0'
VERSION = '4.2.1'
end

0 comments on commit c7f3ddd

Please sign in to comment.