From 440ccbd9105c1deb993d30bbe431b4867d96320d Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Mon, 28 Jun 2021 10:09:35 +0100 Subject: [PATCH] Prepare CHANGELOG for 1.0.4 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5e1b8c0..8ffba0c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## 1.0.4 - 28 Jun 2021 -- Fix `RUNNER_TEMP environment variable must be set` when using runner. +- Fix `RUNNER_TEMP environment variable must be set` when using runner. [#594](https://github.com/github/codeql-action/pull/594) +- Fix couting of lines of code for C# projects. [#586](https://github.com/github/codeql-action/pull/586) + ## 1.0.3 - 23 Jun 2021 No user facing changes.