diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8b603e7..4c7d3dd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.2.0 - 2018-07-26 +* [#455](https://github.com/stripe/stripe-python/pull/455) Add support for Stripe Issuing + ## 2.1.0 - 2018-07-25 * [#452](https://github.com/stripe/stripe-python/pull/452) Add `InvoiceLineItem` class diff --git a/VERSION b/VERSION index 7ec1d6db4..ccbccc3dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 diff --git a/stripe/version.py b/stripe/version.py index 43082d4b9..8418bbc54 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '2.1.0' +VERSION = '2.2.0'