From 61f92f337c46e3b332f409ca6517cfc00254e8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 11 Feb 2026 14:11:17 +0100 Subject: [PATCH] Adjust changelog for release 3.11.4 --- CHANGELOG.md | 6 +++++- gradle/changelog/import.yaml | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 gradle/changelog/import.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4ad42f47..43b4fb9179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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.3] - 2026-02-10 +## [3.11.4] - 2026-02-11 +### Fixed +- Import of repository exports without queryable store data +## [3.11.3] - 2026-02-10 ### Fixed - IngressClassName to helm chart - Enhanced error message including filename of corrupt file @@ -1851,3 +1854,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.11.0]: https://scm-manager.org/download/3.11.0 [3.11.2]: https://scm-manager.org/download/3.11.2 [3.12.0]: https://scm-manager.org/download/3.12.0 +[3.11.4]: https://scm-manager.org/download/3.11.4 diff --git a/gradle/changelog/import.yaml b/gradle/changelog/import.yaml deleted file mode 100644 index 0b7473e72e..0000000000 --- a/gradle/changelog/import.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Import of repository exports without queryable store data