Skip to content

Commit 96ae8d8

Browse files
committed
Update CHANGELOG for 0.10.9
Bump version: 0.10.8 → 0.10.9
1 parent 7a9898e commit 96ae8d8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.10.9 - 2025-04-25
4+
5+
### Bug fixes
6+
7+
- Update underlying starlette problem library with support for user defined HTTPException handler. [[7a9898e](https://github.com/NRWLDev/fastapi-problem/commit/7a9898e12b8da49f74124627c7d34b70f821fbf5)]
8+
39
## v0.10.8 - 2025-04-25
410

511
### Bug fixes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-problem"
3-
version = "0.10.8"
3+
version = "0.10.9"
44
description = "FastAPI support for RFC9457 problems."
55
authors = [
66
{name = "Daniel Edgecombe", email = "[email protected]"},
@@ -55,7 +55,7 @@ dev = [
5555
]
5656

5757
[tool.changelog_gen]
58-
current_version = "0.10.8"
58+
current_version = "0.10.9"
5959
reject_empty = true
6060
statistics = true
6161
allowed_branches = [

0 commit comments

Comments
 (0)