From 9c2fc846d5b2719945e825228474f15314c0fed6 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 9 Nov 2020 08:57:44 -0800 Subject: [PATCH] Bump version to 7.62.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 5dc6e0e29..743d8c78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.62.0 - 2020-11-09 +* [#1041](https://github.com/stripe/stripe-php/pull/1041) Add missing constants on `Event` +* [#1038](https://github.com/stripe/stripe-php/pull/1038) Update PHPDocs + ## 7.61.0 - 2020-10-20 * [#1030](https://github.com/stripe/stripe-php/pull/1030) Add support for `jp_rn` and `ru_kpp` as a `type` on `TaxId` diff --git a/VERSION b/VERSION index 4a41042a4..3fa542c1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.61.0 +7.62.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index a304c2271..dadcd43d6 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.61.0'; + const VERSION = '7.62.0'; /** * @return string the API key used for requests