Skip to content

Commit

Permalink
Bump version to 10.9.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Aug 15, 2024
1 parent 60c27d2 commit 1bd1b7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 10.9.0b1 - 2024-08-15
* [#1375](https://github.com/stripe/stripe-python/pull/1375) Update generated code for beta
* Add support for `capital_financing` on parameter class `stripe.AccountSession.CreateParamsComponents`
* Add support for `permissions` on parameter class `stripe.checkout.Session.CreateParams` and resource `stripe.checkout.Session`
* Add support for `collected_information` on parameter class `stripe.checkout.Session.ModifyParams` and resource `stripe.checkout.Session`
* Add support for `shipping_options` on parameter class `stripe.checkout.Session.ModifyParams`

## 10.8.0b1 - 2024-08-12
* [#1372](https://github.com/stripe/stripe-python/pull/1372) Update generated code for beta
* Add support for `capital_financing` on resource class `stripe.AccountSession.Components`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.8.0b1
10.9.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "10.8.0b1"
VERSION = "10.9.0b1"

0 comments on commit 1bd1b7d

Please sign in to comment.