Skip to content

Commit

Permalink
Bump version to 13.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Jan 9, 2025
1 parent 097e25f commit 17457e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.4.0-beta.1
13.4.0-beta.2
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 = "13.4.0-beta.1"
VERSION = "13.4.0-beta.2"
end

0 comments on commit 17457e0

Please sign in to comment.