From 5ad5b498bdf1ccb2b2f0e0514802772aa0d108e5 Mon Sep 17 00:00:00 2001 From: mo-auto <54212639+mo-auto@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:56:19 +0000 Subject: [PATCH] chore(4.5): release 1.9.0 --- CHANGELOG.md | 12 ++++++++++++ pygluu/kubernetes/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b53e882..9fc26069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.0](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.25...v1.9.0) (2023-10-19) + + +### Features + +* add idp path to shibboleth ([#601](https://github.com/GluuFederation/cloud-native-edition/issues/601)) ([cc6f0c6](https://github.com/GluuFederation/cloud-native-edition/commit/cc6f0c608d391a4808b1e943f68519b88e00cf41)) + + +### Bug Fixes + +* add helm release as a prefix ([#598](https://github.com/GluuFederation/cloud-native-edition/issues/598)) ([2abe135](https://github.com/GluuFederation/cloud-native-edition/commit/2abe135db6af4d23b14346c1aa861923ba448629)) + ## [1.8.25](https://github.com/GluuFederation/cloud-native-edition/compare/v1.8.24...v1.8.25) (2023-09-18) diff --git a/pygluu/kubernetes/version.py b/pygluu/kubernetes/version.py index f3c07b3b..76181855 100644 --- a/pygluu/kubernetes/version.py +++ b/pygluu/kubernetes/version.py @@ -4,4 +4,4 @@ """ -__version__ = "1.8.25" +__version__ = "1.9.0"