Skip to content

Commit 6278731

Browse files
committed
Bump version to 13.5.0-beta.1
1 parent 2c20e8e commit 6278731

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 13.4.1 - 2025-01-28
48
* [#1528](https://github.com/stripe/stripe-ruby/pull/1528) Update generated code
59
* ⚠️ Bugfix: `invoice` and `line_item_id` can be passed to `update` method in `InvoiceLineItem`.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.4.0-beta.4
1+
13.5.0-beta.1

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "13.4.0-beta.4"
4+
VERSION = "13.5.0-beta.1"
55
end

0 commit comments

Comments
 (0)