Skip to content

Commit 40c8003

Browse files
committed
Bump version to 18.3.1
1 parent 48318c2 commit 40c8003

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 18.3.1 - 2026-02-03
3+
* [#1777](https://github.com/stripe/stripe-ruby/pull/1777)
4+
* 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.
5+
26
## 18.3.0 - 2026-01-28
37
This release changes the pinned API version to `2026-01-28.clover`.
48

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.3.0
1+
18.3.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 = "18.3.0"
4+
VERSION = "18.3.1"
55
end

0 commit comments

Comments
 (0)