We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c9aa9 commit 382d75cCopy full SHA for 382d75c
CHANGES.md
@@ -1,6 +1,13 @@
1
twilio-ruby changelog
2
=====================
3
4
+Version 4.0.1
5
+-------------
6
+
7
+Released May 6, 2015
8
9
+- Add support for the new Pricing API
10
11
Version 4.0.0
12
-------------
13
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
14
-gem 'twilio-ruby', '~> 4.0.0'
+gem 'twilio-ruby', '~> 4.0.1'
15
```
16
17
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
lib/twilio-ruby/version.rb
@@ -1,3 +1,3 @@
module Twilio
- VERSION = '4.0.0'
+ VERSION = '4.0.1'
end
0 commit comments