From af7bc11ddaa74f730bcc64e593981c2a884a5c7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Aug 2021 09:06:16 +0000 Subject: [PATCH] Update changelog and version after v1.0.10 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59da8e61..626851691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.10 - 03 Aug 2021 - Fix an issue where a summary of diagnostics information from CodeQL was not output to the logs of the `analyze` step of the Action. [#672](https://github.com/github/codeql-action/pull/672)