diff --git a/CHANGELOG.md b/CHANGELOG.md index cea5095e4..c81a88049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.37.2 - 2020-06-23 +* [#957](https://github.com/stripe/stripe-php/pull/957) Updated PHPDocs + ## 7.37.1 - 2020-06-11 * [#952](https://github.com/stripe/stripe-php/pull/952) Improve PHPDoc diff --git a/VERSION b/VERSION index 9837c5a5a..2900ba3a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.37.1 +7.37.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index 55ecff82a..e74c6e30d 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.37.1'; + const VERSION = '7.37.2'; /** * @return string the API key used for requests