From 1bd1b7dcee34c31f598fb0741fffc2a37fdd6502 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 15 Aug 2024 14:19:17 -0700 Subject: [PATCH] Bump version to 10.9.0b1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe/_version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddb8ffe7..f86ff3815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/VERSION b/VERSION index 3f965841b..a2fd89027 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.8.0b1 +10.9.0b1 diff --git a/stripe/_version.py b/stripe/_version.py index cdfc76afa..c26d031a2 100644 --- a/stripe/_version.py +++ b/stripe/_version.py @@ -1 +1 @@ -VERSION = "10.8.0b1" +VERSION = "10.9.0b1"