diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b399103..7be55f746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.46.1 - 2020-08-07 +* [#990](https://github.com/stripe/stripe-php/pull/990) PHPdoc changes + ## 7.46.0 - 2020-08-05 * [#989](https://github.com/stripe/stripe-php/pull/989) Add support for the `PromotionCode` resource and APIs diff --git a/VERSION b/VERSION index 8bcd48806..939e3223d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.46.0 +7.46.1 diff --git a/lib/Stripe.php b/lib/Stripe.php index 512b3a1e1..bf284008e 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '7.46.0'; + const VERSION = '7.46.1'; /** * @return string the API key used for requests