From 4a79718531839f0e244ad7ec186fa88d69d57321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 31 May 2024 09:22:58 +0200 Subject: [PATCH] Adjust changelog for release 3.2.1 --- CHANGELOG.md | 6 ++++++ gradle/changelog/mirror_tag_import.yaml | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/mirror_tag_import.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 28db2ac44b..76a9dbb680 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.2.1] - 2024-05-31 +### Fixed +- Option for different card variants for RepositoryFlag +- Default branch evaluation on git config initialization (fix from 2.46.3) + ## [3.2.0] - 2024-05-23 ### Added - Global button to ignore whitespaces and tabs inside of diffs @@ -1537,3 +1542,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.0.4]: https://scm-manager.org/download/3.0.4 [3.1.0]: https://scm-manager.org/download/3.1.0 [3.2.0]: https://scm-manager.org/download/3.2.0 +[3.3.0]: https://scm-manager.org/download/3.3.0 diff --git a/gradle/changelog/mirror_tag_import.yaml b/gradle/changelog/mirror_tag_import.yaml deleted file mode 100644 index 5d1f21edac..0000000000 --- a/gradle/changelog/mirror_tag_import.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Option for different card variants for RepositoryFlag