diff --git a/CHANGELOG.md b/CHANGELOG.md index 0208925e4..218fb5918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.6.0 - 2019-10-22 +* [#770](https://github.com/stripe/stripe-php/pull/770) Add missing constants for Customer's `TaxId` + ## 7.5.0 - 2019-10-18 * [#768](https://github.com/stripe/stripe-php/pull/768) Redact API key in `RequestOptions` debug info diff --git a/VERSION b/VERSION index 18bb4182d..93c8ddab9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.5.0 +7.6.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 602d78aaf..0bf9b9d65 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.5.0'; + const VERSION = '7.6.0'; /** * @return string The API key used for requests.