From 1e02436e85461246954e2c81f4881f27579de6df Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Sat, 28 Jul 2018 15:08:47 +0200 Subject: [PATCH] Bump version to 6.12.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 2537f8ba7..e321cd649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.12.0 - 2018-07-28 +* [#501](https://github.com/stripe/stripe-php/pull/501) Add support for scheduled query runs (`\Stripe\Sigma\ScheduledQueryRun`) for Sigma + ## 6.11.0 - 2018-07-26 * [#500](https://github.com/stripe/stripe-php/pull/500) Add support for Stripe Issuing diff --git a/VERSION b/VERSION index 1de66e5ff..d4e6cb429 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.11.0 +6.12.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 99fd21d08..29334631d 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.11.0'; + const VERSION = '6.12.0'; /** * @return string The API key used for requests.