diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e9fedc7..4004bcd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +## 7.75.0 - 2021-02-22 +* [#1094](https://github.com/stripe/stripe-php/pull/1094) Add support for Billing Portal Configuration API + ## 7.74.0 - 2021-02-17 -* [#1093](https://github.com/stripe/stripe-php/pull/1093) API Updates +* [#1093](https://github.com/stripe/stripe-php/pull/1093) Update PHPDocs * Add support for on_behalf_of to Invoice ## 7.73.0 - 2021-02-16 diff --git a/VERSION b/VERSION index c08d15d56..547bef6c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.74.0 +7.75.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 1ee8b9687..2f70e46a6 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.74.0'; + const VERSION = '7.75.0'; /** * @return string the API key used for requests