diff --git a/CHANGELOG.md b/CHANGELOG.md index 5862b318a..18f36e2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.3.2 - 2018-02-27 +* [#452](https://github.com/stripe/stripe-php/pull/452) Add PHPDoc for `amount_paid` and `amount_remaining` on `\Stripe\Invoice` + ## 6.3.1 - 2018-02-26 * [#443](https://github.com/stripe/stripe-php/pull/443) Add event types as constants to `\Stripe\Event` class diff --git a/VERSION b/VERSION index dc0208aba..91e4a9f26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.1 +6.3.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index 446189b01..63dcefca9 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.3.1'; + const VERSION = '6.3.2'; /** * @return string The API key used for requests.