mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-02 00:01:00 -05:00
Bump to 1.10.1
This commit is contained in:
parent
5029e818aa
commit
218178ea54
@ -1,6 +1,14 @@
|
|||||||
|
=== 1.10.1 2014-02-03
|
||||||
|
|
||||||
|
* Fix marshaling of StripeObjects
|
||||||
|
|
||||||
=== 1.10.0 2014-01-29
|
=== 1.10.0 2014-01-29
|
||||||
|
|
||||||
* Support for multiple subscriptions per customer
|
* 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
|
=== 1.9.9 2013-12-02
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module Stripe
|
module Stripe
|
||||||
VERSION = '1.10.0'
|
VERSION = '1.10.1'
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user