We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c20e8e commit 6278731Copy full SHA for 6278731
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 13.5.0-beta.1 - 2025-02-07
4
+* [#1527](https://github.com/stripe/stripe-ruby/pull/1527) Update generated code for beta
5
+
6
7
## 13.4.1 - 2025-01-28
8
* [#1528](https://github.com/stripe/stripe-ruby/pull/1528) Update generated code
9
* ⚠️ Bugfix: `invoice` and `line_item_id` can be passed to `update` method in `InvoiceLineItem`.
VERSION
@@ -1 +1 @@
-13.4.0-beta.4
+13.5.0-beta.1
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "13.4.0-beta.4"
+ VERSION = "13.5.0-beta.1"
end
0 commit comments