From 46b4a6371b2cdad63ac33b835a972db589864993 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 24 Jun 2019 17:56:41 -0700 Subject: [PATCH] Bump version to 6.39.0 --- 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 7047f29a6..b93d04537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.39.0 - 2019-06-24 +* [#673](https://github.com/stripe/stripe-php/pull/673) Enable request latency telemetry by default + ## 6.38.0 - 2019-06-17 * [#649](https://github.com/stripe/stripe-php/pull/649) Add support for `CustomerBalanceTransaction` resource and APIs diff --git a/VERSION b/VERSION index cb74cb23c..1bc3719e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.38.0 +6.39.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index dedda6fe5..2df957d85 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.38.0'; + const VERSION = '6.39.0'; /** * @return string The API key used for requests.