Bump version to 1.10.2

This commit is contained in:
Amber Feng 2014-02-18 14:56:55 -08:00
parent 089090cbe3
commit 5a7d69cd04
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.10.1
1.10.2

View File

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