Skip to content

Commit c7f3ddd

Browse files
committed
Bumps version to 4.2.1
1 parent a97e4bc commit c7f3ddd

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
twilio-ruby changelog
22
=====================
33

4+
Version 4.2.1
5+
-------------
6+
7+
Release June 19, 2015
8+
9+
- Allow passing URL parameters through when getting statistics for TaskRouter objects
10+
- URI encode phone number lookups
11+
- Adds documentation for lookups
12+
413
Version 4.2.0
514
-------------
615

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
1111
To install using [Bundler][bundler] grab the latest stable version:
1212

1313
```ruby
14-
gem 'twilio-ruby', '~> 4.2.0'
14+
gem 'twilio-ruby', '~> 4.2.1'
1515
```
1616

1717
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:

lib/twilio-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '4.2.0'
2+
VERSION = '4.2.1'
33
end

0 commit comments

Comments
 (0)