Skip to content

Commit d6de0a5

Browse files
Bump version to 16.6.0
1 parent bbe3bab commit d6de0a5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 16.6.0 - 2025-02-24
4+
* [#1809](https://github.com/stripe/stripe-php/pull/1809) Update generated code
5+
* Add support for `priority` on `Billing.CreditGrant`
6+
* Add support for `collected_information` on `Checkout.Session`
7+
* [#1816](https://github.com/stripe/stripe-php/pull/1816) add codeowners file
8+
39
## 16.5.1 - 2025-02-07
410
* [#1811](https://github.com/stripe/stripe-php/pull/1811) Include a useful error message when a null byte is found in the URL path
511
* [#1810](https://github.com/stripe/stripe-php/pull/1810) Make `httpClient()` a public, static method

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.5.1
1+
16.6.0

lib/Stripe.php

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

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

0 commit comments

Comments
 (0)