diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c2c03bd..d0a8786af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 5.1.0 - 2023-02-02 +* [#920](https://github.com/stripe/stripe-python/pull/920) API Updates + * Add support for `resume` method on resource `Subscription` +* [#913](https://github.com/stripe/stripe-python/pull/913) Pass params into logger.{info,debug} + ## 5.0.0 - 2022-11-16 Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15. diff --git a/VERSION b/VERSION index 0062ac971..831446cbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0 +5.1.0 diff --git a/stripe/version.py b/stripe/version.py index eb5be06b6..b5651b80b 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "5.0.0" +VERSION = "5.1.0"