Bump version to 12.4.0

This commit is contained in:
Helen Ye 2024-07-25 14:00:08 -07:00
parent b40dc1f264
commit 431140523d
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# 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
* [#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`

View File

@ -1 +1 @@
12.3.0
12.4.0

View File

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