From f6365328bede25b64137833c41c6712a92924858 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Wed, 5 Feb 2020 17:54:41 -0800 Subject: [PATCH] Bump version to 7.23.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29b592f2..0a5b6335b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 7.23.0 - 2020-02-05 +* [#860](https://github.com/stripe/stripe-php/pull/860) Add PHPDoc types for expandable fields +* [#858](https://github.com/stripe/stripe-php/pull/858) Use `native_function_invocation` PHPStan rule +* [#857](https://github.com/stripe/stripe-php/pull/857) Update PHPDoc on nested resources +* [#855](https://github.com/stripe/stripe-php/pull/855) PHPDoc: `StripeObject` -> `ErrorObject` where appropriate +* [#837](https://github.com/stripe/stripe-php/pull/837) Autogen diff +* [#854](https://github.com/stripe/stripe-php/pull/854) Upgrade PHPStan and fix settings +* [#850](https://github.com/stripe/stripe-php/pull/850) Yet more PHPDoc updates + ## 7.22.0 - 2020-01-31 * [#849](https://github.com/stripe/stripe-php/pull/849) Add new constants for `type` on `TaxId` * [#843](https://github.com/stripe/stripe-php/pull/843) Even more PHPDoc fixes diff --git a/VERSION b/VERSION index 696eaac5c..14d6b5dc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.22.0 +7.23.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index ce7304972..d42cf5ed7 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 = '7.22.0'; + const VERSION = '7.23.0'; /** * @return string The API key used for requests.