Skip to content

Commit 7e1f858

Browse files
committed
Bump version 0.4.0 → 1.0.0
1 parent eaffa54 commit 7e1f858

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## [1.0.0](https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.0) - Release Date: [2025-08-04]
3+
4+
#### Merged pull requests:
5+
6+
- feat: support JWKS keys without `alg` set [#123](https://github.com/bakdata/fastapi-jwks/pull/123) ([@miyoyo](https://github.com/miyoyo))
7+
8+
- refactor: add models to improve type safety [#140](https://github.com/bakdata/fastapi-jwks/pull/140) ([@disrupted](https://github.com/disrupted))
9+
10+
- test: add jwks model test [#141](https://github.com/bakdata/fastapi-jwks/pull/141) ([@torbsto](https://github.com/torbsto))
11+
12+
13+
14+
215
## [0.4.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.4.0) - Release Date: [2025-03-19]
316

417
#### 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 = "0.4.0"
3+
version = "1.0.0"
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)