Skip to content

Commit

Permalink
Bump version to 12.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Jul 25, 2024
1 parent 6e65602 commit 10babeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.2.0-beta.1
12.5.0-beta.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "12.2.0-beta.1"
VERSION = "12.5.0-beta.1"
end

0 comments on commit 10babeb

Please sign in to comment.