From 55673bebc5d960399e2115d1f3256c77802ffe06 Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Fri, 20 Mar 2026 16:08:33 +0100 Subject: [PATCH] Adjust changelog for release 3.11.7 --- CHANGELOG.md | 5 +++++ gradle/changelog/markdown-links.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/markdown-links.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f38958c4..c704c7913e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.7] - 2026-03-20 +### Fixed +- Broken relative paths for images or links within Markdown files + ## [3.11.6] - 2026-03-11 ### Fixed - Update zlib library in alpine base image for docker to avoid CVE-2026-22184 @@ -1873,3 +1877,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 +[3.11.7]: https://scm-manager.org/download/3.11.7 diff --git a/gradle/changelog/markdown-links.yaml b/gradle/changelog/markdown-links.yaml deleted file mode 100644 index cb5ea15120..0000000000 --- a/gradle/changelog/markdown-links.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Broken relative paths for images or links within Markdown files