We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bb0c4 commit ce3c646Copy full SHA for ce3c646
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## [0.2.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.2.0) - Release Date: [2025-01-29]
3
+
4
+#### Merged pull requests:
5
6
+- Improve logging [#101](https://github.com/bakdata/fastapi-jwks/pull/101) ([@torbsto](https://github.com/torbsto))
7
8
9
10
11
## [0.1.1](https://github.com/bakdata/fastapi-jwks/releases/tag/0.1.1) - Release Date: [2024-11-07]
12
13
#### Merged pull requests:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-jwks"
-version = "0.1.1"
+version = "0.2.0"
description = "A library designed to facilitate the integration of JSON Web Key Set (JWKS) with FastAPI applications"
license = "MIT"
authors = ["bakdata"]
0 commit comments