diff --git a/CHANGELOG.md b/CHANGELOG.md index c499a3888..0102bc9b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.34.0 - 2019-04-24 +* [#626](https://github.com/stripe/stripe-php/pull/626) Add support for the `TaxRate` resource and APIs +* [#639](https://github.com/stripe/stripe-php/pull/639) Fix multiple phpdoc issues + ## 6.33.0 - 2019-04-22 * [#630](https://github.com/stripe/stripe-php/pull/630) Add support for the `TaxId` resource and APIs diff --git a/VERSION b/VERSION index 01d19bd26..802173f02 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.33.0 +6.34.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 89f792b05..4266c4f0c 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.33.0'; + const VERSION = '6.34.0'; /** * @return string The API key used for requests.