Skip to content

Commit

Permalink
Bump version to 5.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 2, 2023
1 parent ef09950 commit be2da42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.1.0b7
5.2.0b1
2 changes: 1 addition & 1 deletion stripe/version.py
@@ -1 +1 @@
VERSION = "5.1.0b7"
VERSION = "5.2.0b1"

0 comments on commit be2da42

Please sign in to comment.