mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-09-22 00:00:31 -04:00
Bump version to 1.10.2
This commit is contained in:
parent
089090cbe3
commit
5a7d69cd04
@ -1,3 +1,9 @@
|
||||
=== 1.10.2 2014-02-18
|
||||
|
||||
* 1 minor enhancement:
|
||||
* Add create_subscription on Customer resources, so you can create
|
||||
subscriptions without needing to retrieve the customer first.
|
||||
|
||||
=== 1.10.1 2014-02-03
|
||||
|
||||
* Fix marshaling of StripeObjects
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.10.1'
|
||||
VERSION = '1.10.2'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user