From 8588b74aecd46ed5df3d97a132c922b020ca80bc Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 17 Jun 2019 23:29:48 -0700 Subject: [PATCH] Bump version to 6.38.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 83a673174..7047f29a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.38.0 - 2019-06-17 +* [#649](https://github.com/stripe/stripe-php/pull/649) Add support for `CustomerBalanceTransaction` resource and APIs + ## 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` diff --git a/VERSION b/VERSION index feb5be701..cb74cb23c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.37.2 +6.38.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index ecc974d0f..b115ad628 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.2'; + const VERSION = '6.38.0'; /** * @return string The API key used for requests.