diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e434d18..0fc604ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.22.0 - 2019-03-14 +* [#541](https://github.com/stripe/stripe-python/pull/541) Add `stripe.util.convert_to_dict` method for converting `StripeObject` instances to regular `dict`s + ## 2.21.0 - 2019-02-12 * [#532](https://github.com/stripe/stripe-python/pull/532) Add support for subscription schedules diff --git a/VERSION b/VERSION index db65e2167..f48f82fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.21.0 +2.22.0 diff --git a/stripe/version.py b/stripe/version.py index a2822cf81..b2829a54b 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.21.0" +VERSION = "2.22.0"