From c35646fe131a31c9a82991f08bc0ae1c68c2ab67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Jun 2021 18:01:56 +0000 Subject: [PATCH] Update changelog and version after v1.0.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0399ae3..7ccca8682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + ## 1.0.2 - 17 Jun 2021 - Fix out of memory in hash computation. [#550](https://github.com/github/codeql-action/pull/550)