From 028a76e6db2a9816cbbd72d2c04bd6143fd48f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Jun 2021 17:27:40 +0000 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a53d5aa6..3f0399ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 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) +- Clean up logging during analyze results. [#557](https://github.com/github/codeql-action/pull/557) +- Add `--finalize-dataset` to `database finalize` call, freeing up some disk space after database creation. [#558](https://github.com/github/codeql-action/pull/558) ## 1.0.1 - 07 Jun 2021