Skip to content

Commit 2e42f28

Browse files
Bump version to 17.5.0-beta.1
1 parent 1b487e2 commit 2e42f28

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 17.5.0-beta.1 - 2025-07-01
4+
* [#1876](https://github.com/stripe/stripe-php/pull/1876) Update generated code for beta
5+
* Change type of `Quote.subscription_data.billing_mode` from `enum('classic'|'flexible')` to `QuotesResourceSubscriptionDataBillingMode`
6+
* Add support for new value `crypto` on enum `QuotePreviewInvoice.payment_settings.payment_method_types`
7+
* Change type of `QuotePreviewSubscriptionSchedule.billing_mode`, `Subscription.billing_mode`, and `SubscriptionSchedule.billing_mode` from `enum('classic'|'flexible')` to `SubscriptionsResourceBillingMode`
8+
* Remove support for `billing_mode_details` on `Subscription`
9+
* Add support for new value `xx` on enums `V2.Core.Account.identity.country`, `V2.Core.Person.additional_addresses[].country`, `V2.Core.Person.address.country`, and `V2.MoneyManagement.FinancialAccount.country`
10+
* Add support for new value `xx` on enum `V2.Core.Person.nationalities`
11+
* Add support for `metadata` on `V2.MoneyManagement.FinancialAccount`
12+
* Remove support for `description` on `V2.MoneyManagement.FinancialAccount`
13+
* Add support for new value `pending` on enum `V2.MoneyManagement.FinancialAccount.status`
14+
* Remove support for `attempts` on `V2.Payments.OffSessionPayment`
15+
* Change type of `V2.Payments.OffSessionPayment.transfer_data.amount` from `integer` to `nullable(integer)`
16+
* Change type of `V2.MoneyManagement.ReceivedCredit.balance_transfer.type` from `literal('payout_v1')` to `enum('outbound_payment'|'outbound_transfer'|'payout_v1')`
17+
* Change type of `V2.MoneyManagement.ReceivedCredit.balance_transfer.payout_v1` from `string` to `nullable(string)`
18+
319
## 17.4.0-beta.2 - 2025-06-26
420
* [#1883](https://github.com/stripe/stripe-php/pull/1883) Pull in OffSessionPayment changes for the May release
521

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.4.0-beta.2
1+
17.5.0-beta.1

lib/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '17.4.0-beta.2';
67+
const VERSION = '17.5.0-beta.1';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)