-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3a6de9
commit 7c83122
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
## [0.2.0](https://github.com/bakdata/python-keycloak-oauth/releases/tag/0.2.0) - Release Date: [2024-03-04] | ||
|
||
#### Merged pull requests: | ||
|
||
- Create Poetry package [#1](https://github.com/bakdata/python-keycloak-oauth/pull/1) ([@disrupted](https://github.com/disrupted)) | ||
|
||
- Create CI [#2](https://github.com/bakdata/python-keycloak-oauth/pull/2) ([@disrupted](https://github.com/disrupted)) | ||
|
||
- Document required usage of SessionMiddleware [#8](https://github.com/bakdata/python-keycloak-oauth/pull/8) ([@disrupted](https://github.com/disrupted)) | ||
|
||
- Create integration tests with Keycloak testcontainer [#7](https://github.com/bakdata/python-keycloak-oauth/pull/7) ([@disrupted](https://github.com/disrupted)) | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "keycloak-oauth" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "Keycloak OAuth client for Python projects" | ||
authors = ["bakdata <[email protected]>"] | ||
license = "MIT" | ||
|