Skip to content

Commit f727e5d

Browse files
committed
Bump version to 18.2.0-alpha.3
1 parent 911173b commit f727e5d

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.2.0-alpha.3 - 2026-01-14
4+
* [#1763](https://github.com/stripe/stripe-ruby/pull/1763) Update generated code for private-preview
5+
* Add support for `risk_details` on `DelegatedCheckout::RequestedSession`
6+
* Remove support for `description`, `images`, and `name` on `DelegatedCheckout::RequestedSession::LineItemDetail`
7+
* Add support for `name` on `ProductCatalog::TrialOfferCreateParams` and `ProductCatalog::TrialOffer`
8+
* Add support for `login_failed` and `registration_failed` on `Radar::AccountEvaluation::Event` and `Radar::AccountEvaluationUpdateParams`
9+
* Change type of `Radar::AccountEvaluationUpdateParams.type` from `literal('registration_succeeded')` to `enum('login_failed'|'login_succeeded'|'registration_failed'|'registration_succeeded')`
10+
* Add support for `tracking_details` on `V2::MoneyManagement::OutboundPayment`
11+
* Add support for `paper_check` on `V2::MoneyManagement::OutboundPayment::DeliveryOption` and `V2::MoneyManagement::OutboundPaymentCreateParams::DeliveryOption`
12+
* Add support for event notification `V2CoreAccountIncludingFutureRequirementsUpdatedEvent` with related object `V2::Core::Account`
13+
314
## 18.2.0-alpha.2 - 2026-01-07
415
* [#1745](https://github.com/stripe/stripe-ruby/pull/1745) Update generated code for private-preview
516
* Nil input params are now preserved when calling V2 APIs. Add additional tests for nil when calling V2 services you do not accidentally include an unintentional nil value. V1 API calls are not affected (nil values are stripped from params hashes in V1).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.2.0-alpha.2
1+
18.2.0-alpha.3

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.2.0-alpha.2"
4+
VERSION = "18.2.0-alpha.3"
55
end

0 commit comments

Comments
 (0)