From 8322135c4cfbbf46b4cd66dfc8d9ad63241730b3 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 23 Feb 2018 18:34:01 +0100 Subject: [PATCH] Bump version to 6.3.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 3571f3d40..8479c6795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.3.0 - 2018-02-23 +* [#450](https://github.com/stripe/stripe-php/pull/450) Add support for `code` attribute on all Stripe exceptions + ## 6.2.0 - 2018-02-21 * [#440](https://github.com/stripe/stripe-php/pull/440) Add support for topups * [#442](https://github.com/stripe/stripe-php/pull/442) Fix PHPDoc for `\Stripe\Error\SignatureVerification` diff --git a/VERSION b/VERSION index 6abaeb2f9..798e38995 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0 +6.3.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 599d47d7a..c51ef25a8 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.2.0'; + const VERSION = '6.3.0'; /** * @return string The API key used for requests.