From faa3cfa2e95bee53d61c58bff71cc2198ce26455 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Oct 2021 13:42:58 +0000 Subject: [PATCH] Update changelog and version after v1.0.18 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a8e60c4..8be576141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.18 - 08 Oct 2021 - Fixed a bug where some builds were no longer being traced correctly. [#766](https://github.com/github/codeql-action/pull/766)