diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a66ed92d..2a35938da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 13.4.0-beta.2 - 2025-01-09 +* [#1504](https://github.com/stripe/stripe-ruby/pull/1504) Update generated code for beta + * Add support for `close` method on resource `Treasury.FinancialAccount` + ## 13.4.0-beta.1 - 2024-12-20 * Support parameter and resource fields with typed RBIs * [#1509](https://github.com/stripe/stripe-ruby/pull/1509) (beta) Publish RBIs with gem diff --git a/VERSION b/VERSION index 68cfd56ba..20c2d154c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.4.0-beta.1 +13.4.0-beta.2 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 1b717618a..9bc92bc6e 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.4.0-beta.1" + VERSION = "13.4.0-beta.2" end