diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4e78426..83a673174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.37.2 - 2019-06-17 +* [#671](https://github.com/stripe/stripe-php/pull/671) Add new PHPDoc +* [#672](https://github.com/stripe/stripe-php/pull/672) Add constants for `submit_type` on Checkout `Session` + ## 6.37.1 - 2019-06-14 * [#670](https://github.com/stripe/stripe-php/pull/670) Add new PHPDoc diff --git a/VERSION b/VERSION index fa7fbbe8b..feb5be701 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.37.1 +6.37.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index 3d8ff21a4..ecc974d0f 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -55,7 +55,7 @@ class Stripe // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '6.37.1'; + const VERSION = '6.37.2'; /** * @return string The API key used for requests.