Skip to content

Commit bbad2bd

Browse files
committed
Bump version 0.2.0 → 0.3.0
1 parent 3a13670 commit bbad2bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## [0.3.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.3.0) - Release Date: [2025-02-03]
3+
4+
#### Merged pull requests:
5+
6+
- Add configurable token and payload field names for middleware and injector [#102](https://github.com/bakdata/fastapi-jwks/pull/102) ([@irux](https://github.com/irux))
7+
8+
9+
10+
211
## [0.2.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.2.0) - Release Date: [2025-01-29]
312

413
#### 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.2.0"
3+
version = "0.3.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)