diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b53e882..dd051099 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-20) + + +### 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"