From ba85ad7c1618462083a7e9a542ded929232e8bff Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 11 Dec 2018 13:33:24 -0800 Subject: [PATCH] Bump version to 6.26.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 de086ea58..165381fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.26.0 - 2018-12-11 +* [#568](https://github.com/stripe/stripe-php/pull/568) Enable persistent connections + ## 6.25.0 - 2018-12-10 * [#567](https://github.com/stripe/stripe-php/pull/567) Add support for account links diff --git a/VERSION b/VERSION index 961b1c8ec..4c6a35fb6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.25.0 +6.26.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index b41a055b5..04fd662d2 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.25.0'; + const VERSION = '6.26.0'; /** * @return string The API key used for requests.