Bump version to 1.10.0

This commit is contained in:
Jim Danz 2014-01-29 16:50:14 -08:00
parent 6eb9a784c0
commit eeb2528a74
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.10.0 2014-01-29
* Support for multiple subscriptions per customer
=== 1.9.9 2013-12-02
* Add ApplicationFee API resource

View File

@ -1 +1 @@
1.9.9
1.10.0

View File

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