Compare commits

..

3 Commits

Author SHA1 Message Date
Stripe OpenAPI
e27750290e Update generated code for v503 2023-09-01 20:03:05 +00:00
Richard Marmorstein
5a523c07ba Bump version to 9.1.0 2023-08-31 13:21:46 -07:00
stripe-openapi[bot]
a6a02edebb
Update generated code for v495 (#1266)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
2023-08-31 13:09:40 -07:00
5 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,10 @@
# 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 ⚠️**

View File

@ -1 +1 @@
v495 v503

View File

@ -1 +1 @@
9.0.0 9.1.0

View File

@ -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/connect-onboarding) # Related guide: [Connect Onboarding](https://stripe.com/docs/connect/custom/hosted-onboarding)
class AccountLink < APIResource class AccountLink < APIResource
extend Stripe::APIOperations::Create extend Stripe::APIOperations::Create

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
VERSION = "9.0.0" VERSION = "9.1.0"
end end