Skip to content

Commit d50017b

Browse files
committed
Bump version to 18.4.0-alpha.6
1 parent 77bce62 commit d50017b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 18.4.0-alpha.6 - 2026-02-23
4+
* [#1796](https://github.com/stripe/stripe-ruby/pull/1796) Ignore unset properties of V2 Request param classes when making requests
5+
36
## 18.4.0-alpha.5 - 2026-02-19
47
* [#1792](https://github.com/stripe/stripe-ruby/pull/1792) Update generated code for private-preview
58
* Add support for `spend_threshold` on `Billing::AlertCreateParams` and `Billing::Alert`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.4.0-alpha.5
1+
18.4.0-alpha.6

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-alpha.5"
4+
VERSION = "18.4.0-alpha.6"
55
end

0 commit comments

Comments
 (0)