Bump version to 9.3.0

This commit is contained in:
Richard Marmorstein 2023-09-14 17:55:35 -07:00
parent 0f0d604ca8
commit aad1a320c5
3 changed files with 10 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
9.2.0
9.3.0

View File

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