Skip to content

Commit e9839d2

Browse files
committed
Bump version 1.0.1 → 2.0.0
1 parent fa5ea24 commit e9839d2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Changelog
2+
## [2.0.0](https://github.com/bakdata/fastapi-jwks/releases/tag/2.0.0) - Release Date: [2025-12-04]
3+
4+
#### Merged pull requests:
5+
6+
- chore(deps-dev): bump the dev-deps group with 5 updates [#148](https://github.com/bakdata/fastapi-jwks/pull/148) ([@dependabot[bot]](https://github.com/dependabot[bot]))
7+
8+
- chore(deps-dev): bump pytest-asyncio from 0.25.3 to 1.1.0 [#150](https://github.com/bakdata/fastapi-jwks/pull/150) ([@dependabot[bot]](https://github.com/dependabot[bot]))
9+
10+
- chore(deps-dev): bump the dev-deps group with 5 updates [#154](https://github.com/bakdata/fastapi-jwks/pull/154) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
12+
- chore(deps-dev): bump the dev-deps group with 2 updates [#155](https://github.com/bakdata/fastapi-jwks/pull/155) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13+
14+
- chore: remove upper bound from Python version specifier [#161](https://github.com/bakdata/fastapi-jwks/pull/161) ([@sisp](https://github.com/sisp))
15+
16+
- refactor!: rewrite as dependency and add security info to OpenAPI schema [#163](https://github.com/bakdata/fastapi-jwks/pull/163) ([@disrupted](https://github.com/disrupted))
17+
18+
19+
20+
221
## [1.0.1](https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.1) - Release Date: [2025-08-25]
322

423
#### 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.1"
3+
version = "2.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)