mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-19 00:03:24 -04:00
Bump version to 9.2.0
This commit is contained in:
parent
405725bf9c
commit
f70e9b10d3
@ -1,4 +1,9 @@
|
||||
# Changelog
|
||||
## 9.2.0 - 2023-09-07
|
||||
* [#1267](https://github.com/stripe/stripe-ruby/pull/1267) Update generated code
|
||||
* Add support for new resource `PaymentMethodDomain`
|
||||
* Add support for `create`, `list`, `retrieve`, `update`, and `validate` methods on resource `PaymentMethodDomain`
|
||||
|
||||
## 9.1.0 - 2023-08-31
|
||||
* [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
|
||||
* Add support for new resource `AccountSession`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "9.1.0"
|
||||
VERSION = "9.2.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user