Skip to content

Commit 177711b

Browse files
committed
Bump version 1.0.0 → 1.0.1
1 parent a72397f commit 177711b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## [1.0.1](https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.1) - Release Date: [2025-08-25]
3+
4+
#### Merged pull requests:
5+
6+
- Fixes: Modeldump of key model including the not set fields leads to failures in PyJWT [#142](https://github.com/bakdata/fastapi-jwks/pull/142) ([@f-str](https://github.com/f-str))
7+
8+
- fix: Use default of 0 for leeway [#144](https://github.com/bakdata/fastapi-jwks/pull/144) ([@torbsto](https://github.com/torbsto))
9+
10+
- test: add validation test for RSA key [#145](https://github.com/bakdata/fastapi-jwks/pull/145) ([@torbsto](https://github.com/torbsto))
11+
12+
- refactor: Update dependabot config [#146](https://github.com/bakdata/fastapi-jwks/pull/146) ([@torbsto](https://github.com/torbsto))
13+
14+
- Bump ruff from 0.11.0 to 0.12.10 [#139](https://github.com/bakdata/fastapi-jwks/pull/139) ([@dependabot[bot]](https://github.com/dependabot[bot]))
15+
16+
17+
18+
219
## [1.0.0](https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.0) - Release Date: [2025-08-04]
320

421
#### Merged pull requests:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-jwks"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A library designed to facilitate the integration of JSON Web Key Set (JWKS) with FastAPI applications"
55
license = "MIT"
66
authors = ["bakdata"]

0 commit comments

Comments
 (0)