Bump version to 12.5.0-beta.1

This commit is contained in:
Helen Ye 2024-07-25 14:31:47 -07:00
parent 6e65602f6e
commit 10babebbf6
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 12.5.0-beta.1 - 2024-07-25
* [#1429](https://github.com/stripe/stripe-ruby/pull/1429) Update generated code for beta
* Add support for new resources `Billing.AlertTriggered`, `Billing.Alert`, and `Tax.Association`
* Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Alert`
* Add support for `find` method on resource `Association`
* [#1434](https://github.com/stripe/stripe-ruby/pull/1434) Merge changes from stripe/stripe-ruby master
## 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`

View File

@ -1 +1 @@
12.2.0-beta.1
12.5.0-beta.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "12.2.0-beta.1"
VERSION = "12.5.0-beta.1"
end