From 2e8cf31da233bd5e9c281f20447cbd4810c07e9e Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Wed, 26 Jun 2019 10:10:28 -0700 Subject: [PATCH] Bump version to 6.39.2 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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.