From 93393b090f7b98f47e7477e8dada4fdab8fcc394 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 12 Apr 2019 10:10:19 -0700 Subject: [PATCH] Bump version to 6.31.5 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb99d03a0..26d6390f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.31.5 - 2019-04-12 +* [#628](https://github.com/stripe/stripe-php/pull/628) Add constants for `person.*` event types +* [#628](https://github.com/stripe/stripe-php/pull/628) Add missing constants for `Account` and `Person` + ## 6.31.4 - 2019-04-05 * [#624](https://github.com/stripe/stripe-php/pull/624) Fix encoding of nested parameters in multipart requests diff --git a/VERSION b/VERSION index 31088c76f..9ba8d49d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.31.4 +6.31.5 diff --git a/lib/Stripe.php b/lib/Stripe.php index 2caa0ee61..d8ea1b00d 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.31.4'; + const VERSION = '6.31.5'; /** * @return string The API key used for requests.