From 124fafb57c287cf6e13830bcf329cac160a6afe8 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 6 May 2019 17:56:15 -0700 Subject: [PATCH] Bump version to 6.34.5 --- 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 9d0aeb6e4..d1e2bacee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.34.5 - 2019-05-06 +* [#647](https://github.com/stripe/stripe-php/pull/647) Set the return type to static for more operations + ## 6.34.4 - 2019-05-06 * [#650](https://github.com/stripe/stripe-php/pull/650) Add missing constants for Event types diff --git a/VERSION b/VERSION index c719f906f..cbe015073 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.34.4 +6.34.5 diff --git a/lib/Stripe.php b/lib/Stripe.php index 6c5a52946..b1d8729bc 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.34.4'; + const VERSION = '6.34.5'; /** * @return string The API key used for requests.