Skip to content

Commit ca32076

Browse files
committed
Bump version to 18.4.0-beta.2
1 parent 26dff68 commit ca32076

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+
## 18.4.0-beta.2 - 2026-02-03
4+
* [#1775](https://github.com/stripe/stripe-ruby/pull/1775)
5+
* References to Stripe objects from *Param class fields are now fully qualified in `stripe.rbi`. This ensures that the class fields in .rbi files generated with tapioca are able to refer to the correct type.
6+
37
## 18.4.0-beta.1 - 2026-01-28
48
This release changes the pinned API version to `2026-01-28.preview`.
59

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.4.0-beta.1
1+
18.4.0-beta.2

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 = "18.4.0-beta.1"
4+
VERSION = "18.4.0-beta.2"
55
end

0 commit comments

Comments
 (0)