diff --git a/CHANGELOG.md b/CHANGELOG.md index b6efd2d3ec..21f38958c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.11.6] - 2026-03-11 +### Fixed +- Update zlib library in alpine base image for docker to avoid CVE-2026-22184 +- Updates of libraries with HIGH CVEs + ## [3.11.5] - 2026-02-25 ### Fixed - Subversion/Lucene exception when opening an empty repository without a revision 1 @@ -1867,3 +1872,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.12.0]: https://scm-manager.org/download/3.12.0 [3.11.4]: https://scm-manager.org/download/3.11.4 [3.11.5]: https://scm-manager.org/download/3.11.5 +[3.11.6]: https://scm-manager.org/download/3.11.6 diff --git a/gradle/changelog/cve.yaml b/gradle/changelog/cve.yaml deleted file mode 100644 index 770fd93ef8..0000000000 --- a/gradle/changelog/cve.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Updates of libraries with HIGH CVEs diff --git a/gradle/changelog/zlib.yaml b/gradle/changelog/zlib.yaml deleted file mode 100644 index 4a0ddc9184..0000000000 --- a/gradle/changelog/zlib.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Update zlib library in alpine base image for docker to avoid CVE-2026-22184