Skip to content

Commit

Permalink
Bump version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Mar 18, 2024
1 parent 7b028b2 commit db80e4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit db80e4a

Please sign in to comment.