diff --git a/CHANGELOG.md b/CHANGELOG.md index 7439ef543..bc0dca375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.2.0b1 - 2023-02-02 +* [#921](https://github.com/stripe/stripe-python/pull/921) API Updates for beta branch + * Updated stable APIs to the latest version + * Add support for new resource `FinancialConnections.Transaction` + * Add support for `list` method on resource `Transaction` + ## 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` diff --git a/VERSION b/VERSION index fd8a4fa8e..6cc1bcd86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0b7 +5.2.0b1 diff --git a/stripe/version.py b/stripe/version.py index ef27411aa..0c7e77321 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "5.1.0b7" +VERSION = "5.2.0b1"