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 fdfe1bf commit 791f9d6Copy full SHA for 791f9d6
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## [0.0.2](https://github.com/bakdata/fastapi-jwks/releases/tag/0.0.2) - Release Date: [2024-08-28]
3
+
4
+#### Merged pull requests:
5
6
+- Bump fastapi and update dependencies [#48](https://github.com/bakdata/fastapi-jwks/pull/48) ([@mkcode92](https://github.com/mkcode92))
7
8
9
10
11
## [0.0.1](https://github.com/bakdata/fastapi-jwks/releases/tag/0.0.1) - Release Date: [2024-05-22]
12
13
#### Merged pull requests:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi_jwks"
-version = "0.0.1"
+version = "0.0.2"
description = ""
license = "MIT"
authors = ["bakdata"]
0 commit comments