mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Bump version to 10.0.0
This commit is contained in:
parent
d40be17ff2
commit
9cb048b053
@ -1,4 +1,11 @@
|
|||||||
# Changelog
|
# 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.4.0 - 2023-10-05
|
## 9.4.0 - 2023-10-05
|
||||||
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
||||||
* Add support for new resources `Issuing.Token`
|
* Add support for new resources `Issuing.Token`
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.4.0"
|
VERSION = "10.0.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user