Skip to content

Commit

Permalink
Merge branch 'beta' into latest-codegen-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored Jul 20, 2023
2 parents db45f87 + 72f1789 commit 6099d53
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.6.0b1 - 2023-07-13
* [#991](https://github.com/stripe/stripe-python/pull/991) Update generated code for beta
Release specs are identical.
* [#989](https://github.com/stripe/stripe-python/pull/989) Update generated code for beta
* Add support for new resource `PaymentMethodConfiguration`
* Add support for `create`, `list`, `modify`, and `retrieve` methods on resource `PaymentMethodConfiguration`
* [#985](https://github.com/stripe/stripe-python/pull/985) Update generated code for beta

* [#986](https://github.com/stripe/stripe-python/pull/986) Consolidate beta SDKs section

## 5.5.0 - 2023-07-13
* [#990](https://github.com/stripe/stripe-python/pull/990) Update generated code
* Add support for new resource `Tax.Settings`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.0b5
5.6.0b1
2 changes: 1 addition & 1 deletion stripe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "5.5.0b5"
VERSION = "5.6.0b1"

0 comments on commit 6099d53

Please sign in to comment.