From 47c55a5a8414d1d7584e6bbfb3e8179f3c43d83a Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 3 Oct 2024 15:48:28 -0700 Subject: [PATCH] Bump version to 16.1.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d34d4c1..23699761a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 16.1.0 - 2024-10-03 +* [#1765](https://github.com/stripe/stripe-php/pull/1765) Update generated code + * Remove the support for resource `Margin` that was accidentally made public in the last release + ## 16.0.0 - 2024-10-01 * [#1756](https://github.com/stripe/stripe-php/pull/1756) Support for APIs in the new API version 2024-09-30.acacia diff --git a/VERSION b/VERSION index 946789e61..e0228cf18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.0 +16.1.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 0110ab911..36e3fba6c 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -64,7 +64,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '16.0.0'; + const VERSION = '16.1.0'; /** * @return string the API key used for requests