We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dba00f commit 9896232Copy full SHA for 9896232
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 13.4.0-beta.3 - 2025-01-17
4
+* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta
5
+
6
7
## 13.4.0-beta.2 - 2025-01-09
8
* [#1504](https://github.com/stripe/stripe-ruby/pull/1504) Update generated code for beta
9
* Add support for `close` method on resource `Treasury.FinancialAccount`
VERSION
@@ -1 +1 @@
-13.4.0-beta.2
+13.4.0-beta.3
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "13.4.0-beta.2"
+ VERSION = "13.4.0-beta.3"
end
0 commit comments