From 602242f8b2204bc178036b312462efa10f98889a Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 31 Jul 2018 13:37:46 +0200 Subject: [PATCH] Bump version to 6.13.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 e321cd649..0643d06cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.13.0 - 2018-07-31 +* [#502](https://github.com/stripe/stripe-php/pull/502) Add `isDeleted()` method to `\Stripe\StripeObject` + ## 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 diff --git a/VERSION b/VERSION index d4e6cb429..5917993c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.12.0 +6.13.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 29334631d..07bf7208e 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.12.0'; + const VERSION = '6.13.0'; /** * @return string The API key used for requests.