Skip to content

Commit 200bdc1

Browse files
committed
🔖(patch) bump release to 0.0.11
Fixed - 🐛(resource-server) allow `aud` & `iss` JWE headers #24
1 parent dbd4e8f commit 200bdc1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.0.11] - 2025-07-09
12+
1113
### Fixed
1214

1315
- 🐛(resource-server) allow `aud` & `iss` JWE headers #24
@@ -88,7 +90,8 @@ and this project adheres to
8890
- ✨(oidc) add the authentication backends #2
8991
- ✨(oidc) add refresh token tools #3
9092

91-
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.10...main
93+
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.11...main
94+
[0.0.11]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.11
9295
[0.0.10]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.10
9396
[0.0.9]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.9
9497
[0.0.8]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-lasuite"
7-
version = "0.0.10"
7+
version = "0.0.11"
88
description = "Django La Suite - A Django library"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)