From db80e4ad5a43ecbe67e93e55dc7b19a04e4a0133 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Mon, 18 Mar 2024 11:23:38 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba64bd..78daba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog +## [0.3.0](https://github.com/bakdata/python-keycloak-oauth/releases/tag/0.3.0) - Release Date: [2024-03-18] + +#### Merged pull requests: + +- Delay Keycloak admin access until testcontainer is fully ready [#9](https://github.com/bakdata/python-keycloak-oauth/pull/9) ([@disrupted](https://github.com/disrupted)) + +- Expand readme example and fix link to license [#10](https://github.com/bakdata/python-keycloak-oauth/pull/10) ([@disrupted](https://github.com/disrupted)) + +- Add support for PKCE [#4](https://github.com/bakdata/python-keycloak-oauth/pull/4) ([@torbsto](https://github.com/torbsto)) + +- Add support for signed JWT [#5](https://github.com/bakdata/python-keycloak-oauth/pull/5) ([@torbsto](https://github.com/torbsto)) + + + + ## [0.2.0](https://github.com/bakdata/python-keycloak-oauth/releases/tag/0.2.0) - Release Date: [2024-03-04] #### Merged pull requests: diff --git a/pyproject.toml b/pyproject.toml index 77500b1..4626bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keycloak-oauth" -version = "0.2.0" +version = "0.3.0" description = "Keycloak OAuth client for Python projects" authors = ["bakdata "] license = "MIT"