From acdb80ffd15ccb1616592b8ef32ac9286c713730 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 3 Oct 2024 16:22:51 -0700 Subject: [PATCH] Bump version to 16.2.0-beta.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894ebd63d..f9ddbe5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 16.2.0-beta.1 - 2024-10-03 +* [#1766](https://github.com/stripe/stripe-php/pull/1766) The `Preview` class has been removed. Please use [rawRequest](https://github.com/stripe/stripe-php?tab=readme-ov-file#custom-requests) instead which accepts + * the http method as parameter instead of the dedicated methods in the `Preview` class + * an `apiMode` of `v1` instead of `standard` and `v2` instead of `preview`. + ## 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 2ed629cf5..05e86f735 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.11.0-beta.1 +16.2.0-beta.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 3984b4fff..32d48d86d 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 = '15.11.0-beta.1'; + const VERSION = '16.2.0-beta.1'; /** * @return string the API key used for requests