Skip to content

Commit

Permalink
Bump version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Mar 4, 2024
1 parent f3a6de9 commit 7c83122
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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))





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.1.0"
version = "0.2.0"
description = "Keycloak OAuth client for Python projects"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7c83122

Please sign in to comment.