Skip to content

Commit

Permalink
Bumps to 3.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Feb 9, 2015
1 parent 990fcd9 commit c8f3d87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
twilio-ruby changelog
=====================

Version 3.14.2
Version 3.14.5
--------------

Released November 24, 2014
Released February 9, 2015

- Fixed incomplete token support
- Relaxes JWT gem version requirement
- Adds Ruby 2.2.0 testing to TravisCI

Version 3.14.4
--------------
Expand All @@ -25,6 +26,13 @@ Released January 8, 2015
- Fix nil error in RequestValidator middleware
- Fix up docs

Version 3.14.2
--------------

Released November 24, 2014

- Fixed incomplete token support

Version 3.14.1
--------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ This will print the following (except for the whitespace):
This library supports and is [tested against][travis] the following Ruby
implementations:

- Ruby 2.2.0
- Ruby 2.1.0
- Ruby 2.0.0
- Ruby 1.9.3
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 = '3.14.4'
VERSION = '3.14.5'
end

0 comments on commit c8f3d87

Please sign in to comment.