From 7e9aca1e4cf703fcfec48e2db5bb69ac7a143f4b Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 21 Feb 2023 08:50:16 -0800 Subject: [PATCH] Bump version to 10.6.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00522e10..f8a5e612a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 10.6.1 - 2023-02-21 +* [#1443](https://github.com/stripe/stripe-php/pull/1443) Remove init.php from the list of ignored files + ## 10.6.0 - 2023-02-16 * [#1441](https://github.com/stripe/stripe-php/pull/1441) API Updates * Add support for `refund_payment` method on resource `Terminal.Reader` diff --git a/VERSION b/VERSION index d1dd3f904..04ada833e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.6.0 +10.6.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index c4d5a439d..29dddc67e 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '10.6.0'; + const VERSION = '10.6.1'; /** * @return string the API key used for requests