Skip to content

Commit 28a8f0a

Browse files
Bump version to 17.3.0-beta.1
1 parent 0fd7b74 commit 28a8f0a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 17.3.0-beta.1 - 2025-04-30
4+
* [#1859](https://github.com/stripe/stripe-php/pull/1859) Update generated code for beta
5+
This release changes the pinned API version to `2025-04-30.preview`.
6+
7+
* Add support for new value `balance_settings.updated` on enum `Event.type`
8+
* Add support for new values `aw_tin`, `az_tin`, `bd_bin`, `bf_ifu`, `bj_ifu`, `cm_niu`, `cv_nif`, `et_tin`, `kg_tin`, and `la_tin` on enum `QuotePreviewInvoice.customer_tax_ids[].type`
9+
* Add support for `billing_mode` on `QuotePreviewSubscriptionSchedule`, `SubscriptionSchedule`, and `Subscription`
10+
311
## 17.2.0-beta.4 - 2025-04-17
412
* [#1855](https://github.com/stripe/stripe-php/pull/1855) Update generated code for beta
513
* Add support for new resources `FxQuote` and `PaymentIntentAmountDetailsLineItem`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.0-beta.4
1+
17.3.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.2.0-beta.4';
67+
const VERSION = '17.3.0-beta.1';
6868

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

0 commit comments

Comments
 (0)