From 79b4eacbe967fd3022bfb232feb866ef18efac2a Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Wed, 18 Sep 2024 13:50:16 +0100 Subject: [PATCH] Update CHANGELOG.md for 2.19.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3e9ee..b309716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,19 @@ you know what to do). --> +## Release 2.19.0 (2024-09-18) + +### Improvements + +- `codeql database analyze` and `codeql database interpret-results` now support + the `--sarif-run-property` option. You can provide this option when using a SARIF + output format to add a key-value pair to the property bag of the run object. + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.4. + ## Release 2.18.4 (2024-09-12) ### New Features