Bump version to 1.42.0

This commit is contained in:
Kyle Conroy 2016-05-04 14:15:44 -07:00
parent 60248fbd00
commit 49382f7ac2
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
=== 1.42.0 2016-05-04
* Add support for the new /v1/subscriptions endpoint
* Stripe::Subscription.retrieve
* Stripe::Subscription.list
* Stripe::Subscription.create
* Stripe::Subscription.update
* Stripe::Subscription.delete
=== 1.41.0 2016-04-13
* Add global `stripe_account` option that adds a `Stripe-Account` header to all requests

View File

@ -1 +1 @@
1.41.0
1.42.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.41.0'
VERSION = '1.42.0'
end