diff --git a/CHANGELOG.md b/CHANGELOG.md index dadcd6970a7280a4d7c4c1527f6d34177fe06ce9..83e36c46eda6e2f4235a5acabc2bcae16a527230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.2.0-bb.1] - 2021-09-01 +### Fixed +- Missing appVersion update in Chart.yaml + ## [0.2.0-bb.0] - 2021-08-27 ### Changed - Updated to latest IB 5.38.2 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e43821814937fe637d9f4f78086cc4ac08937272..e2b94b62aaff1ae6e5c7440c9a26e0364e3acce0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mattermost type: application -version: "0.2.0-bb.0" -appVersion: "5.37.0" +version: "0.2.0-bb.1" +appVersion: "5.38.2" description: "Deployment of mattermost" keywords: - Mattermost