Bump version to 9.4.0

This commit is contained in:
Annie Li 2023-10-05 11:01:21 -07:00
parent 46b57349da
commit 76227029e7
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# Changelog
## 9.4.0 - 2023-10-05
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
* Add support for new resources `Issuing.Token`
* Add support for `list`, `retrieve`, and `update` methods on resource `Token`
## 9.3.0 - 2023-09-14
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
* Add support for new resource `PaymentMethodConfiguration`

View File

@ -1 +1 @@
9.3.0
9.4.0

View File

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