mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
Bump version to 9.3.0
This commit is contained in:
parent
0f0d604ca8
commit
aad1a320c5
@ -1,4 +1,12 @@
|
||||
# Changelog
|
||||
## 9.3.0 - 2023-09-14
|
||||
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
||||
* Add support for new resource `PaymentMethodConfiguration`
|
||||
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
|
||||
* [#1271](https://github.com/stripe/stripe-ruby/pull/1271) Update generated code
|
||||
* Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
|
||||
* Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
|
||||
|
||||
## 9.2.0 - 2023-09-07
|
||||
* [#1267](https://github.com/stripe/stripe-ruby/pull/1267) Update generated code
|
||||
* Add support for new resource `PaymentMethodDomain`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "9.2.0"
|
||||
VERSION = "9.3.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user