mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-19 00:03:24 -04:00
Bump version to 9.4.0
This commit is contained in:
parent
46b57349da
commit
76227029e7
@ -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`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "9.3.0"
|
||||
VERSION = "9.4.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user