Skip to content

Commit

Permalink
Release 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Oct 10, 2023
1 parent 83384a6 commit 58c1ff5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/history/2_8_x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dj-stripe 2.8.3 (2023-10-10)

- Fix kwargs not being passed correctly in Subscription.cancel() when at_period_end=True
- Fix crashes in the admin
- Add missing lines.data.discounts to BaseInvoice.expand_fields
- Minor fixes to field expansion

# dj-stripe 2.8.2 (2023-09-06)

- Automatically set the customer name in Stripe if available
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dj-stripe"
version = "2.8.2"
version = "2.8.3"
description = "Django + Stripe made easy"
license = "MIT"
authors = [
Expand Down

0 comments on commit 58c1ff5

Please sign in to comment.