Bump to 1.10.1

This commit is contained in:
Andrew Thorp 2014-02-03 21:37:07 -06:00
parent 5029e818aa
commit 218178ea54
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
=== 1.10.1 2014-02-03
* Fix marshaling of StripeObjects
=== 1.10.0 2014-01-29
* Support for multiple subscriptions per customer
* Allow #save to take opts (for :expand)
* Testing ruby 2.1.0
* Replace multi_json with json
* Fix #try and #respond_to? on StripeObjects
=== 1.9.9 2013-12-02

View File

@ -1 +1 @@
1.10.0
1.10.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.10.0'
VERSION = '1.10.1'
end