diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5c35776..c499a3888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.33.0 - 2019-04-22 +* [#630](https://github.com/stripe/stripe-php/pull/630) Add support for the `TaxId` resource and APIs + ## 6.32.1 - 2019-04-19 * [#636](https://github.com/stripe/stripe-php/pull/636) Correct type of `$personId` in PHPDoc diff --git a/VERSION b/VERSION index 45d6fb348..01d19bd26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.32.1 +6.33.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 9ed7d387f..89f792b05 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.1'; + const VERSION = '6.33.0'; /** * @return string The API key used for requests.