Compare commits

..

No commits in common. "6d82ac4b56c973176e58af959036d6b926231235" and "7be7413461357bc05dbf630bc9919acc169c0c42" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,5 @@
# 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`

View File

@ -1 +1 @@
v603
v601

View File

@ -3,7 +3,7 @@
module Stripe
module ApiVersion
CURRENT = "2023-10-16"
CURRENT = "2023-08-16"
PREVIEW = "2023-09-15.preview-v2"
end
end