diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ba826d2..0b591ed76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.39.2 - 2019-06-26 +* [#676](https://github.com/stripe/stripe-php/pull/676) Fix exception message in `CustomerBalanceTransaction::update()` + ## 6.39.1 - 2019-06-25 * [#674](https://github.com/stripe/stripe-php/pull/674) Add new constants for `collection_method` on `Invoice` diff --git a/VERSION b/VERSION index 6fd16b15f..f0fdbb191 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.39.1 +6.39.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index 9efeabdef..8092ddd9d 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.39.1'; + const VERSION = '6.39.2'; /** * @return string The API key used for requests.