diff --git a/CHANGELOG.md b/CHANGELOG.md index 6920265d0..27e434d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.21.0 - 2019-02-12 +* [#532](https://github.com/stripe/stripe-python/pull/532) Add support for subscription schedules + ## 2.20.3 - 2019-01-30 * [#530](https://github.com/stripe/stripe-python/pull/530) Fix client telemetry implementation diff --git a/VERSION b/VERSION index 4b0fa5fdc..db65e2167 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.20.3 +2.21.0 diff --git a/stripe/version.py b/stripe/version.py index 99f358a7a..a2822cf81 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.20.3" +VERSION = "2.21.0"