From b8a5c249ad5c47fb318812b092dd76c4cb5f3630 Mon Sep 17 00:00:00 2001 From: Dale Haiducek Date: Tue, 5 Jul 2022 13:36:13 -0400 Subject: [PATCH] Bump version to `v1.1.0` Signed-off-by: Dale Haiducek --- CHANGELOG/CHANGELOG-v1.1.0.md | 3 +++ helm/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG/CHANGELOG-v1.1.0.md diff --git a/CHANGELOG/CHANGELOG-v1.1.0.md b/CHANGELOG/CHANGELOG-v1.1.0.md new file mode 100644 index 0000000..2a73c6e --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.1.0.md @@ -0,0 +1,3 @@ +# v1.1.0 + +* Added `git cherry-pick` command output to the opened failure issue for users to quickly recreate the failed PR if needed. diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 42c7499..5881dad 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,4 +3,4 @@ name: magic-mirror description: A Helm chart to deploy Magic Mirror type: application version: 1.0.0 -appVersion: "v1.0.0" +appVersion: "v1.1.0"