Skip to content

Commit 9e1fcb2

Browse files
Bump version to 18.4.0-alpha.5
1 parent e5b51c7 commit 9e1fcb2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 18.4.0-alpha.5 - 2026-02-19
4+
* [#1792](https://github.com/stripe/stripe-ruby/pull/1792) Update generated code for private-preview
5+
* Add support for `spend_threshold` on `Billing::AlertCreateParams` and `Billing::Alert`
6+
* Add support for `invoice_item`, `proration_details`, `proration`, and `subscription` on `InvoiceLineItem::Parent::ScheduleDetail`
7+
* Add support for `custom` on `PaymentMethodUpdateParams`
8+
* Add support for `payment_method_reference` and `usage` on `PaymentMethod::Custom`
9+
* Add support for `outstanding_usage_through` and `unused_time_from` on `SubscriptionPauseParams::BillFor`
10+
* Remove support for `outstanding_usage` and `unused_time` on `SubscriptionPauseParams::BillFor`
11+
* Remove support for `payment_behavior` on `SubscriptionResumeParams`
12+
* [#1791](https://github.com/stripe/stripe-ruby/pull/1791) Mbroshi/merge ruby private preview
13+
314
## 18.4.0-alpha.4 - 2026-02-17
415
* [#1788](https://github.com/stripe/stripe-ruby/pull/1788) Fix v2 typed params sending nil values on GET requests
516
- Fixes a bug on V2 GET where we were serializing `nil` query parameters as empty strings. The server would return an error in such cases like `'limit: Expected an Integer value got: .'`

VERSION

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

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

0 commit comments

Comments
 (0)