diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a0920de..5b250b0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 12.5.0-beta.2 - 2024-08-01 +* [#1439](https://github.com/stripe/stripe-ruby/pull/1439) Update generated code for beta + * Add support for `attach_payment` method on resource `Invoice` + ## 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` diff --git a/VERSION b/VERSION index 3b1b942e6..7ce2ebbc5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.0-beta.1 +12.5.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index ae560a663..c65023e28 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "12.5.0-beta.1" + VERSION = "12.5.0-beta.2" end