diff --git a/CHANGELOG.md b/CHANGELOG.md index 0102bc9b5..c8df3c890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.34.1 - 2019-04-25 +* [#640](https://github.com/stripe/stripe-php/pull/640) Add missing phpdocs + ## 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 diff --git a/VERSION b/VERSION index 802173f02..0b58e6309 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.34.0 +6.34.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 4266c4f0c..2acbb25e3 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.34.0'; + const VERSION = '6.34.1'; /** * @return string The API key used for requests.