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"