From 52a5edc1169e5e7b56cbb8110901c19c0bd9a629 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 1 Sep 2021 14:45:49 +0000 Subject: [PATCH] Update chart/Chart.yaml, CHANGELOG.md files --- CHANGELOG.md | 4 ++++ chart/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dadcd69..83e36c4 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 e438218..e2b94b6 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 -- GitLab