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