From 058bfd1fe0cc50054976051ea24969df4da7d66b Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 28 Jan 2020 11:10:04 -0800 Subject: [PATCH] Bump version to 7.21.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f1f96fa..70b8f9941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.21.0 - 2020-01-28 +* [#839](https://github.com/stripe/stripe-php/pull/839) Add support for `TYPE_ES_CIF` on `TaxId` + ## 7.20.0 - 2020-01-23 * [#836](https://github.com/stripe/stripe-php/pull/836) Add new type values for `TaxId` diff --git a/VERSION b/VERSION index 2540a3a5b..a29ba3d5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.20.0 +7.21.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 1fd375e64..657d74ede 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.20.0'; + const VERSION = '7.21.0'; /** * @return string The API key used for requests.