Skip to content

Commit ae9948a

Browse files
committed
Bump version to 7.12.0
1 parent c0bae76 commit ae9948a

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1+
## 7.12.0 - 2024-01-12
2+
* [#1188](https://github.com/stripe/stripe-python/pull/1188) Update generated code
3+
* Add support for new resource `CustomerSession`
4+
* Add support for `create` method on resource `CustomerSession`
5+
* Remove support for values `obligation_inbound`, `obligation_payout_failure`, `obligation_payout`, and `obligation_reversal_outbound` from enum `BalanceTransaction.type`
6+
* Add support for new values `eps` and `p24` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
7+
* Remove support for value `obligation` from enum `Reporting.ReportRunCreateParams.parameters.reporting_category`
8+
* Add support for `billing_cycle_anchor_config` on `SubscriptionCreateParams` and `Subscription`
9+
110
## 7.11.0 - 2024-01-04
211
* [#1186](https://github.com/stripe/stripe-python/pull/1186) Update generated code
3-
* Add support for `retrieve` on resource `tax.Registration`
4-
* Change type from `Optional[PaymentDetails]` to `PaymentDetails` of `payment_details` on field `AccountSession.Components`
5-
* Change type from `Optional[Payments]` to `Payments` of `payments` on field `AccountSession.Components`
6-
* Change type from `Optional[Payouts]` to `Payouts` of `payouts` on field `AccountSession.Components`
7-
* Change type from `Optional[Features]` to `Features` of `features` on fields `AccountSession.Components.PaymentDetails`, `AccountSession.Components.Payments`, and `AccountSession.Components.Payouts`
8-
* Change type from `Optional[InvoiceSettings]` to `InvoiceSettings` of `invoice_settings` on field `SubscriptionSchedule.DefaultSettings`
9-
12+
* Add support for `retrieve` on resource `tax.Registration`
13+
* Change type from `Optional[PaymentDetails]` to `PaymentDetails` of `payment_details` on field `AccountSession.Components`
14+
* Change type from `Optional[Payments]` to `Payments` of `payments` on field `AccountSession.Components`
15+
* Change type from `Optional[Payouts]` to `Payouts` of `payouts` on field `AccountSession.Components`
16+
* Change type from `Optional[Features]` to `Features` of `features` on fields `AccountSession.Components.PaymentDetails`, `AccountSession.Components.Payments`, and `AccountSession.Components.Payouts`
17+
* Change type from `Optional[InvoiceSettings]` to `InvoiceSettings` of `invoice_settings` on field `SubscriptionSchedule.DefaultSettings`
18+
1019

1120
## 7.10.0 - 2023-12-22
1221
* [#1176](https://github.com/stripe/stripe-python/pull/1176) Update generated code

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.12.0

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.11.0"
1+
VERSION = "7.12.0"

0 commit comments

Comments
 (0)