Bump version to 9.2.0

This commit is contained in:
Pavel Krymets 2023-09-07 11:02:34 -07:00
parent 405725bf9c
commit f70e9b10d3
3 changed files with 1240 additions and 1235 deletions

View File

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

View File

@ -1 +1 @@
9.1.0
9.2.0

View File

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