From 473592b09b09495a6bc65f9e77812456876747a9 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Thu, 26 Jul 2018 20:25:47 +0200 Subject: [PATCH] Bump version to 6.11.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 842a52538..2537f8ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.11.0 - 2018-07-26 +* [#500](https://github.com/stripe/stripe-php/pull/500) Add support for Stripe Issuing + ## 6.10.4 - 2018-07-19 * [#498](https://github.com/stripe/stripe-php/pull/498) Internal improvements to the `\Stripe\ApiResource.classUrl()` method diff --git a/VERSION b/VERSION index 1678f3d43..1de66e5ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.10.4 +6.11.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index c544c2932..99fd21d08 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -52,7 +52,7 @@ class Stripe // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '6.10.4'; + const VERSION = '6.11.0'; /** * @return string The API key used for requests.