Skip to content

Commit fdad6c8

Browse files
Bump version to 7.6.0
1 parent 107439e commit fdad6c8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 7.6.0 - 2023-11-21
2+
* [#1138](https://github.com/stripe/stripe-python/pull/1138) Update generated code
3+
* Add support for `electronic_commerce_indicator` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure` and `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`
4+
* Add support for `exemption_indicator` on resource class `Charge.PaymentMethodDetails.Card.ThreeDSecure`
5+
* Add support for `transaction_id` on resource classes `Charge.PaymentMethodDetails.Card.ThreeDSecure`, `SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure`, `issuing.Authorization.NetworkData`, and `issuing.Transaction.NetworkData`
6+
* Add support for `offline` on resource class `Charge.PaymentMethodDetails.CardPresent`
7+
* Add support for `transferred_to_balance` on resource `CustomerCashBalanceTransaction`
8+
* Add support for `three_d_secure` on parameter classes `PaymentIntent.ConfirmParamsPaymentMethodOptionsCard`, `PaymentIntent.CreateParamsPaymentMethodOptionsCard`, `PaymentIntent.ModifyParamsPaymentMethodOptionsCard`, `SetupIntent.ConfirmParamsPaymentMethodOptionsCard`, `SetupIntent.CreateParamsPaymentMethodOptionsCard`, and `SetupIntent.ModifyParamsPaymentMethodOptionsCard`
9+
* Add support for `system_trace_audit_number` on resource class `issuing.Authorization.NetworkData`
10+
* Add support for `network_risk_score` on resource classes `issuing.Authorization.PendingRequest` and `issuing.Authorization.RequestHistory`
11+
* Add support for `requested_at` on resource class `issuing.Authorization.RequestHistory`
12+
* Add support for `authorization_code` on resource class `issuing.Transaction.NetworkData`
13+
114
## 7.5.0 - 2023-11-16
215
* [#1127](https://github.com/stripe/stripe-python/pull/1127) Update generated code
316
* Add support for `bacs_debit_payments` on `Account.CreateParamsSettings`
@@ -10,7 +23,7 @@
1023
* [#1135](https://github.com/stripe/stripe-python/pull/1135) Add initial tests for exports and run them in mypy and pyright
1124
* [#1130](https://github.com/stripe/stripe-python/pull/1130) Mention types in README.md
1225
* [#1134](https://github.com/stripe/stripe-python/pull/1134) Run pyright via tox
13-
* [#1131](https://github.com/stripe/stripe-python/pull/1131) Upgrade black dependency
26+
* [#1131](https://github.com/stripe/stripe-python/pull/1131) Upgrade black dependency
1427
* [#1132](https://github.com/stripe/stripe-python/pull/1132) Fix unnecessary casts from pyright 1.1.336
1528
* [#1126](https://github.com/stripe/stripe-python/pull/1126) Suppress type errors from latest pyright
1629
* [#1125](https://github.com/stripe/stripe-python/pull/1125) Add support for Python 3.11/3.12

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.6.0

stripe/version.py

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

0 commit comments

Comments
 (0)