From 7c83122ca45a918a52d3fbcc61253caaddf35cc5 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Mon, 4 Mar 2024 11:43:45 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cba64bd --- /dev/null +++ b/CHANGELOG.md @@ -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)) + + + + + diff --git a/pyproject.toml b/pyproject.toml index a87a0e3..62ae914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"