Skip to content

Commit fadb818

Browse files
committed
Update CHANGELOG for 0.11.7
Bump version: 0.11.6 → 0.11.7
1 parent ad397a2 commit fadb818

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.11.7 - 2025-04-25
4+
5+
### Bug fixes
6+
7+
- Allow users to provide HTTPException handler override. [[ad397a2](https://github.com/NRWLDev/starlette-problem/commit/ad397a270812debd6e4fe65849143199afd94e3a)]
8+
39
## v0.11.6 - 2024-12-09
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 = "starlette-problem"
3-
version = "0.11.6"
3+
version = "0.11.7"
44
description = "Starlette support for RFC9457 problems."
55
authors = [
66
{name = "Daniel Edgecombe", email = "[email protected]"},
@@ -54,7 +54,7 @@ dev = [
5454
]
5555

5656
[tool.changelog_gen]
57-
current_version = "0.11.6"
57+
current_version = "0.11.7"
5858
reject_empty = true
5959
statistics = true
6060
allowed_branches = [

0 commit comments

Comments
 (0)