We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bce62 commit d50017bCopy full SHA for d50017b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## 18.4.0-alpha.5 - 2026-02-19
7
* [#1792](https://github.com/stripe/stripe-ruby/pull/1792) Update generated code for private-preview
8
* Add support for `spend_threshold` on `Billing::AlertCreateParams` and `Billing::Alert`
VERSION
@@ -1 +1 @@
-18.4.0-alpha.5
+18.4.0-alpha.6
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "18.4.0-alpha.5"
+ VERSION = "18.4.0-alpha.6"
end
0 commit comments