From 5b9257442f4241f73c5c6e8d1dbfd89ef138567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 12 May 2023 13:19:42 +0200 Subject: [PATCH] Adjust changelog for release 2.43.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/mirror_default_branch.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/mirror_default_branch.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 560d12dbb9..7065a5baef 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.43.1] - 2023-05-12 +### Fixed +- Configuration of default branch in the git mirror command + ## [2.43.0] - 2023-04-12 ### Added - Extension points for bottom of information table @@ -1262,3 +1266,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.42.2]: https://scm-manager.org/download/2.42.2 [2.42.3]: https://scm-manager.org/download/2.42.3 [2.43.0]: https://scm-manager.org/download/2.43.0 +[2.43.1]: https://scm-manager.org/download/2.43.1 diff --git a/gradle/changelog/mirror_default_branch.yaml b/gradle/changelog/mirror_default_branch.yaml deleted file mode 100644 index 5d2a3e9847..0000000000 --- a/gradle/changelog/mirror_default_branch.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Configuration of default branch in the git mirror command