mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 12.5.0-beta.1
This commit is contained in:
parent
6e65602f6e
commit
10babebbf6
@ -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`
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "12.2.0-beta.1"
|
||||
VERSION = "12.5.0-beta.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user