Skip to content

Commit 313c7e3

Browse files
committed
Bump version to 17.5.0
1 parent e159a73 commit 313c7e3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 17.5.0 - 2025-07-30
4+
This release changes the pinned API version to `2025-07-30.basil`.
5+
6+
* [#1887](https://github.com/stripe/stripe-php/pull/1887) Update generated code
7+
* Add support for `origin_context` on `Checkout.Session`
8+
* [#1881](https://github.com/stripe/stripe-php/pull/1881) Ensure compatibility with POST on older versions of libcurl
9+
* Fixes an issue with older versions of php/libcurl where certain SDK calls that have empty POST bodies will result in a 400 Bad Request returned from the server.
10+
311
## 17.4.0 - 2025-07-01
12+
This release changes the pinned API version to `2025-06-30.basil`.
13+
414
* [#1880](https://github.com/stripe/stripe-php/pull/1880) Update generated code
515
* Add support for `migrate` method on resource `Subscription`
616
* Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`

VERSION

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

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';
67+
const VERSION = '17.5.0';
6868

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

0 commit comments

Comments
 (0)