mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-18 00:00:44 -04:00
Compare commits
1 Commits
e27750290e
...
7f9a370236
Author | SHA1 | Date | |
---|---|---|---|
|
7f9a370236 |
@ -1,10 +1,4 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## 9.1.0 - 2023-08-31
|
|
||||||
* [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
|
|
||||||
* Add support for new resource `AccountSession`
|
|
||||||
* Add support for `create` method on resource `AccountSession`
|
|
||||||
* [#1262](https://github.com/stripe/stripe-ruby/pull/1262) Explicitly format timestamp in SignatureVerificationError message
|
|
||||||
|
|
||||||
|
|
||||||
## 9.0.0 - 2023-08-16
|
## 9.0.0 - 2023-08-16
|
||||||
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**
|
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**
|
||||||
|
@ -1 +1 @@
|
|||||||
v503
|
v495
|
@ -5,7 +5,7 @@ module Stripe
|
|||||||
# Account Links are the means by which a Connect platform grants a connected account permission to access
|
# Account Links are the means by which a Connect platform grants a connected account permission to access
|
||||||
# Stripe-hosted applications, such as Connect Onboarding.
|
# Stripe-hosted applications, such as Connect Onboarding.
|
||||||
#
|
#
|
||||||
# Related guide: [Connect Onboarding](https://stripe.com/docs/connect/custom/hosted-onboarding)
|
# Related guide: [Connect Onboarding](https://stripe.com/docs/connect/connect-onboarding)
|
||||||
class AccountLink < APIResource
|
class AccountLink < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.1.0"
|
VERSION = "9.0.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user