diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dab3e7..d41858dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changes +# [0.23.0](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.22.0...0.23.0) (2023-10-26) + + +### Features + +* add keycloak redirect ([#683](https://github.com/SwissDataScienceCenter/renku-gateway/issues/683)) ([1b2f652](https://github.com/SwissDataScienceCenter/renku-gateway/commit/1b2f6522f3cdeb9ccd1d42677cec5ac071640e04)) + + + + ## [0.22.0](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.21.3...0.22.0) (2023-10-23) diff --git a/helm-chart/renku-gateway/Chart.yaml b/helm-chart/renku-gateway/Chart.yaml index 325ee5b2..a762d46f 100644 --- a/helm-chart/renku-gateway/Chart.yaml +++ b/helm-chart/renku-gateway/Chart.yaml @@ -3,4 +3,4 @@ appVersion: "2.0" description: A Helm chart for the Renku gateway name: renku-gateway icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png -version: 0.22.0 +version: 0.23.0 diff --git a/pyproject.toml b/pyproject.toml index 7ce6922a..698f46ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "renku-gateway" -version = "0.22.0" +version = "0.23.0" description = "" authors = ["Your Name "] license = "Apache 2"