mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
Bump version to 12.4.0
This commit is contained in:
parent
b40dc1f264
commit
431140523d
@ -1,4 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## 12.4.0 - 2024-07-25
|
||||||
|
* [#1437](https://github.com/stripe/stripe-ruby/pull/1437) Update generated code
|
||||||
|
* Add support for `update` method on resource `Checkout.Session`
|
||||||
|
|
||||||
## 12.3.0 - 2024-07-18
|
## 12.3.0 - 2024-07-18
|
||||||
* [#1436](https://github.com/stripe/stripe-ruby/pull/1436) Fixed changelog for major release 12.0.0
|
* [#1436](https://github.com/stripe/stripe-ruby/pull/1436) Fixed changelog for major release 12.0.0
|
||||||
* [#1435](https://github.com/stripe/stripe-ruby/pull/1435) Add deprecation warning for `APIResource.request`
|
* [#1435](https://github.com/stripe/stripe-ruby/pull/1435) Add deprecation warning for `APIResource.request`
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "12.3.0"
|
VERSION = "12.4.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user