From 3438dba6511691eeb9522863be35eb68645516d3 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 13 May 2022 16:52:42 +0100 Subject: [PATCH] Fix a typo in the CHANGELOG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `2.9.5 -> 2.9.0` — I missed this during review. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c1b0cd39..820a6e5df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ No user facing changes. ## 2.1.10 - 10 May 2022 -- Update default CodeQL bundle version to 2.9.5. [#1056](https://github.com/github/codeql-action/pull/1056) +- Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056) - When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results. ## 2.1.9 - 27 Apr 2022