mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-21 00:00:32 -04:00
Compare commits
6 Commits
7be7413461
...
6d82ac4b56
Author | SHA1 | Date | |
---|---|---|---|
|
6d82ac4b56 | ||
|
9cb048b053 | ||
|
d40be17ff2 | ||
|
aeb1b59206 | ||
|
a7f1c57f2c | ||
|
4b425a8fc6 |
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 10.0.0 - 2023-10-16
|
||||
* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`.
|
||||
* [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
|
||||
- Updated pinned API version
|
||||
* [#1281](https://github.com/stripe/stripe-ruby/pull/1281) Update generated code
|
||||
* Documentation only changes
|
||||
|
||||
## 9.5.0-beta.2 - 2023-10-12
|
||||
* [#1280](https://github.com/stripe/stripe-ruby/pull/1280) Update generated code for beta
|
||||
* Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
|
||||
|
@ -1 +1 @@
|
||||
v601
|
||||
v603
|
@ -3,7 +3,7 @@
|
||||
|
||||
module Stripe
|
||||
module ApiVersion
|
||||
CURRENT = "2023-08-16"
|
||||
CURRENT = "2023-10-16"
|
||||
PREVIEW = "2023-09-15.preview-v2"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user