From 6e07237fd01f9ac49ffb9ffc4b54bac814cb7bea Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 3 Aug 2021 09:52:01 +0100 Subject: [PATCH] Update release date in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b927436a3..a59da8e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## 1.0.10 - 02 Aug 2021 +## 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)