mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-18 00:01:05 -04:00
Bump version to 1.42.0
This commit is contained in:
parent
60248fbd00
commit
49382f7ac2
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Stripe
|
||||
VERSION = '1.41.0'
|
||||
VERSION = '1.42.0'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user