8000 Bump version to 8.8.0b1 · stripe/stripe-python@e8078a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8078a3

Browse files
committed
Bump version to 8.8.0b1
1 parent 097262b commit e8078a3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 8.8.0b1 - 2024-03-14
4+
* [#1270](https://github.com/stripe/stripe-python/pull/1270) Update generated code for beta
5+
* Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
6+
* Add support for `create`, `deactivate`, `list`, `modify`, `reactivate`, and `retrieve` methods on resource `Meter`
7+
* Add support for `create` method on resources `MeterEventAdjustment` and `MeterEvent`
8+
* Add support for `create` test helper method on resource `ConfirmationToken`
9+
* Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`
10+
* [#1266](https://github.com/stripe/stripe-python/pull/1266) Beta: record usage of async interface
11+
312
## 8.7.0 - 2024-03-14
413
* [#1269](https://github.com/stripe/stripe-python/pull/1269) Update generated code
514
* Add support for `personalization_design` on parameter classes `CardService.CreateParams`, `CardService.ListParams`, `CardService.UpdateParams`, `stripe.issuing.Card.CreateParams`, `stripe.issuing.Card.ListParams`, and `stripe.issuing.Card.ModifyParams` and resource `stripe.issuing.Card`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.7.0b1
1+
8.8.0b1

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.7.0b1"
1+
VERSION = "8.8.0b1"

0 commit comments

Comments
 (0)
0