diff --git a/CHANGELOG.md b/CHANGELOG.md index 0611ea5..7ace936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - More prometheus metrics - More UX improvements +## [v3.2.0] - 2020-11-25 + +### Added + +- Google compatibility for refresh token (#32) +- Alternative Kubeconfig context name and clusters name (#31) +- Error page \o/ + +### Fixed + +- Allow scopes overrides (#30) + ## [v3.1.0] - 2020-07-02 ### Added diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index 2f33ca6..49778e5 100644 --- a/helm/loginapp/Chart.yaml +++ b/helm/loginapp/Chart.yaml @@ -14,11 +14,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.0.3 +version: v1.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.1.0 +appVersion: v3.2.0 dependencies: - name: dex version: "2.10.0"