From 697ca25a6968ae01bab1b11ae56c3be5960f588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 22 May 2026 12:32:52 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9dc59..1eba48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> +## Release 2.25.5 (2026-05-21) + +- There are no user-facing changes in this release. ## Release 2.25.4 (2026-05-05) From 09b86de42c26199a1e59caa9f5ad5c81384a3c0d Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 4 Jun 2026 12:03:17 +0100 Subject: [PATCH 2/2] Update changelog for release 2.25.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eba48c..e127ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,19 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> + +## Release 2.25.6 (2026-06-04) + +### Improvements + +- When the `git` executable is available, CodeQL can now obtain configuration and + queries from SHA-256 Git repositories, and infer Git metadata about them. + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.11. + ## Release 2.25.5 (2026-05-21) - There are no user-facing changes in this release.