Skip to content

Commit

Permalink
Bump version to 7.6.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Nov 17, 2023
1 parent 9938639 commit b582b22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.6.0b1 - 2023-11-16
* [#1128](https://github.com/stripe/stripe-python/pull/1128) Update generated code for beta
* Add support for `issuing_card` and `issuing_cards_list` on `AccountSession.CreateParamsComponents`
* Add support for `event_details` and `subscription` on `payment_details` types
* Add support for `affiliate` and `delivery` on `payment_details.flight`, `payment_details.lodging`, and `payment_details.car_rental` types
* Add support for `drivers` on `payment_details.car_rental` types
* Add support for `passengers` on `payment_details.flight` and `payment_details.lodging` types
* Add support for `created` on `CustomerSession`

## 7.5.0 - 2023-11-16
* [#1127](https://github.com/stripe/stripe-python/pull/1127) Update generated code
* Add support for `bacs_debit_payments` on `Account.CreateParamsSettings`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.5.0b1
7.6.0b1
2 changes: 1 addition & 1 deletion stripe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "7.5.0b1"
VERSION = "7.6.0b1"

0 comments on commit b582b22

Please sign in to comment.