File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11twilio-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+
413Version 4.2.0
514-------------
615
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
1111To 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
1717To manually install ` twilio-ruby ` via [ Rubygems] [ rubygems ] simply gem install:
Original file line number Diff line number Diff line change 11module Twilio
2- VERSION = '4.2.0 '
2+ VERSION = '4.2.1 '
33end
You can’t perform that action at this time.
0 commit comments