Skip to content

Commit cb572b1

Browse files
Bump version to 17.2.0-beta.4
1 parent d8d0034 commit cb572b1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 17.2.0-beta.4 - 2025-04-17
4+
* [#1855](https://github.com/stripe/stripe-php/pull/1855) Update generated code for beta
5+
* Add support for new resources `FxQuote` and `PaymentIntentAmountDetailsLineItem`
6+
* Add support for `all`, `create`, and `retrieve` methods on resource `FxQuote`
7+
* Remove support for `attach_payment_intent` method on resource `Invoice`
8+
* Add support for `script` and `type` on `Coupon`
9+
* Add support for new value `fx_quote.expired` on enum `Event.type`
10+
* Add support for new value `affirm` on enums `Invoice.payment_settings.payment_method_types`, `QuotePreviewInvoice.payment_settings.payment_method_types`, and `Subscription.payment_settings.payment_method_types`
11+
* Add support for `fx_quote` on `PaymentIntent` and `Transfer`
12+
* Add support for `pix` on `PaymentMethodConfiguration`
13+
* Add support for `us_cfpb_data` on `Person`
14+
* Add support for `pending_reason` on `Refund`
15+
* Add support for snapshot event `FX_QUOTE_EXPIRED` with resource `FxQuote`
16+
317
## 17.2.0-beta.3 - 2025-04-10
418
* [#1849](https://github.com/stripe/stripe-php/pull/1849) Update generated code for beta
519

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.0-beta.3
1+
17.2.0-beta.4

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.3';
67+
const VERSION = '17.2.0-beta.4';
6868

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

0 commit comments

Comments
 (0)