From 5fee8e1d626b056c08de26476ae48ac4e9dd0ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 16 Feb 2023 16:16:58 +0100 Subject: [PATCH] Adjust changelog for release 2.41.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/force_push.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/force_push.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fba3af1..9a3174b2da 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). +## [2.41.1] - 2023-02-16 +### Fixed +- Unconditional force push from editor or merges + ## [2.41.0] - 2023-01-18 ### Added - Add abstract configuration adapter to simply creating new global configurations @@ -1204,3 +1208,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.40.0]: https://scm-manager.org/download/2.40.0 [2.40.1]: https://scm-manager.org/download/2.40.1 [2.41.0]: https://scm-manager.org/download/2.41.0 +[2.41.1]: https://scm-manager.org/download/2.41.1 diff --git a/gradle/changelog/force_push.yaml b/gradle/changelog/force_push.yaml deleted file mode 100644 index 65ddcbf628..0000000000 --- a/gradle/changelog/force_push.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Unconditional force push from editor or merges