From c7f3ddddff7798bb66626d42897ff6e64481c16d Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 19 Jun 2015 12:39:12 +0100 Subject: [PATCH] Bumps version to 4.2.1 --- CHANGES.md | 9 +++++++++ README.md | 2 +- lib/twilio-ruby/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 31a766ba9..14acf53f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ------------- diff --git a/README.md b/README.md index bb65ccf06..cfa04b64f 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/twilio-ruby/version.rb b/lib/twilio-ruby/version.rb index e78fe9cee..331678f88 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '4.2.0' + VERSION = '4.2.1' end