diff --git a/CHANGELOG.md b/CHANGELOG.md index 726b9c5767..67ff0d751f 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). +## [3.7.1] - 2025-01-28 +### Fixed +- Internal server error when creating tags in combination with some plugins + ## [3.7.0] - 2025-01-23 ### Added - Performance improvements for git modifications @@ -1694,3 +1698,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.6.0]: https://scm-manager.org/download/3.6.0 [3.6.1]: https://scm-manager.org/download/3.6.1 [3.7.0]: https://scm-manager.org/download/3.7.0 +[3.7.1]: https://scm-manager.org/download/3.7.1 diff --git a/gradle/wrapper/changelog/branch_provider.yaml b/gradle/wrapper/changelog/branch_provider.yaml deleted file mode 100644 index 7f2ebf8e82..0000000000 --- a/gradle/wrapper/changelog/branch_provider.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Internal server error when creating tags in combination with some plugins