diff --git a/helmchart/single-sign-on/CHANGELOG.md b/helmchart/single-sign-on/CHANGELOG.md index cb18104dd925020df19cb92d49262e6e7f1c3adc..9daf31b87fcc957819a9bf998526ef0ce92a5e0a 100644 --- a/helmchart/single-sign-on/CHANGELOG.md +++ b/helmchart/single-sign-on/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this helm chart will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.1] - 2021-11-15 + +- Added stateful database store for Hydra +- Prepared stateful database for stackspin panel + ## [0.4.0] - 2021-11-12 - Upgrade Hydra subchart to 0.21.0 diff --git a/helmchart/single-sign-on/Chart.yaml b/helmchart/single-sign-on/Chart.yaml index a8a4cbfdd671a47a2297de5d7c5eb69bc2c525ab..8ae86c0a871020928d29d552fec81870cfa6230e 100644 --- a/helmchart/single-sign-on/Chart.yaml +++ b/helmchart/single-sign-on/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Stackspin's Single sign-on components name: single-sign-on -version: 0.4.0 +version: 0.4.1