diff --git a/CHANGELOG.md b/CHANGELOG.md index e296ccb5f..0a5c35776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.32.1 - 2019-04-19 +* [#636](https://github.com/stripe/stripe-php/pull/636) Correct type of `$personId` in PHPDoc + ## 6.32.0 - 2019-04-18 * [#621](https://github.com/stripe/stripe-php/pull/621) Add support for `CreditNote` diff --git a/VERSION b/VERSION index d6b71af52..45d6fb348 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.32.0 +6.32.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index edd72e0fa..9ed7d387f 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.32.0'; + const VERSION = '6.32.1'; /** * @return string The API key used for requests.