From 3df2d14a708b69aa3813b0ce246217c597647a8b Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 26 Apr 2021 22:44:26 -0400 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9578695..950c0941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 1.2.0 + - Bumped `@actions/core` from 1.2.6 to 1.2.7 - Bumped `@actions/io` from 1.0.2 to 1.1.0 - Updated the `repo-token` input to be optional and defaulted it to `GITHUB_TOKEN`. If you're already using this value, or not using the `only-changed-files` option, you can remove this setting from your workflow.