mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-22 00:03:38 -04:00
Bump version to 9.4.0
This commit is contained in:
parent
46b57349da
commit
76227029e7
@ -1,4 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
## 9.3.0 - 2023-09-14
|
||||||
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
||||||
* Add support for new resource `PaymentMethodConfiguration`
|
* Add support for new resource `PaymentMethodConfiguration`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.3.0"
|
VERSION = "9.4.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user