Skip to content

Commit 2661170

Browse files
committed
Bump version to 17.2.0-beta.1
1 parent 5132fa5 commit 2661170

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

3+
## 17.2.0-beta.1 - 2025-10-29
4+
5+
This release changes the pinned API version to `2025-10-29.preview`.
6+
7+
* [#1714](https://github.com/stripe/stripe-ruby/pull/1714) Update generated code for beta
8+
* Add support for `crypto_storer` on `V2::Core::AccountUpdateParams::Identity::Attestation::TermsOfService`
9+
* [#1696](https://github.com/stripe/stripe-ruby/pull/1696) Update generated code for beta
10+
* Add support for `update` method on resource `V2::MoneyManagement::FinancialAccount`
11+
* Add support for `confirm_microdeposits`, `list`, and `send_microdeposits` methods on resource `V2::Core::Vault::UsBankAccount`
12+
* Add support for `list` method on resource `V2::Core::Vault::GbBankAccount`
13+
* Add support for `payment_portal_url` on `Charge::PaymentMethodDetail::Rechnung`, `PaymentAttemptRecord::PaymentMethodDetail::Rechnung`, and `PaymentRecord::PaymentMethodDetail::Rechnung`
14+
* Add support for `tax_id_element` on `CustomerSession::Component` and `CustomerSessionCreateParams::Component`
15+
* Add support for `starting_after` on `PaymentAttemptRecordListParams`
16+
* Add support for `reference` on `PaymentIntentAmountDetailsLineItem::PaymentMethodOption::Klarna`, `PaymentIntentCaptureParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentConfirmParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentCreateParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentIncrementAuthorizationParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, and `PaymentIntentUpdateParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`
17+
* Change `PaymentIntent::PaymentDetail.customer_reference` to be required
18+
* Change `PaymentIntent::PaymentDetail.order_reference` to be required
19+
* Add support for `subscription_reference` on `PaymentIntentAmountDetailsLineItem::PaymentMethodOption::Klarna`
20+
* Add support for `closed` on `V2::Core::AccountListParams` and `V2::Core::Account`
21+
* Add support for `usd` on `V2::Core::Account::Configuration::Storer::Capability::HoldsCurrency`, `V2::Core::AccountCreateParams::Configuration::Storer::Capability::HoldsCurrency`, and `V2::Core::AccountUpdateParams::Configuration::Storer::Capability::HoldsCurrency`
22+
* Add support for `representative_declaration` on `V2::Core::Account::Identity::Attestation`, `V2::Core::AccountCreateParams::Identity::Attestation`, and `V2::Core::AccountUpdateParams::Identity::Attestation`
23+
* Add support for `verification` on `V2::Core::Vault::UsBankAccount`
24+
* Add support for `v1_id` on `EventsV2MoneyManagementTransactionCreatedEvent`
25+
* Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `V2::Billing::BillSetting`
26+
327
## 17.1.0 - 2025-10-29
428

529
This release changes the pinned API version to `2025-10-29.clover`.

VERSION

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

0 commit comments

Comments
 (0)