From 8954032336f2fc4ffdb49561bbf4a04dda80de2d Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 14 Sep 2023 17:56:50 -0700 Subject: [PATCH] Bump version to 6.5.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c561aae..025aa0e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog +## 6.5.0 - 2023-09-14 +* [#1052](https://github.com/stripe/stripe-python/pull/1052) Update generated code + * Add support for new resource `PaymentMethodConfiguration` + * Add support for `create`, `list`, `modify`, and `retrieve` methods on resource `PaymentMethodConfiguration` +* [#1047](https://github.com/stripe/stripe-python/pull/1047) Update generated code + * Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization` + * Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction` +* [#1049](https://github.com/stripe/stripe-python/pull/1049) Types: datetimes to ints, add enum support +* [#1030](https://github.com/stripe/stripe-python/pull/1030) Explicitly define CRUDL methods in each resource +* [#1050](https://github.com/stripe/stripe-python/pull/1050) Generate explicit nested resource class methods + ## 6.4.0 - 2023-09-07 * [#1033](https://github.com/stripe/stripe-python/pull/1033) Update generated code * Add support for new resource `PaymentMethodDomain` diff --git a/VERSION b/VERSION index 19b860c18..f22d756da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.0 +6.5.0 diff --git a/stripe/version.py b/stripe/version.py index 1d01958d2..d52dc1065 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "6.4.0" +VERSION = "6.5.0"