diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d09c356e..b24b4e6351 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.5] - 2025-04-14 +### Fixed +- Fix setting of document title for create repository page, if only a translation key was provided + ## [3.7.4] - 2025-03-12 ### Fixed - Possibility to configure 'maxFormKeys' and 'maxFormContentSize' in Jetty @@ -1710,3 +1714,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.7.1]: https://scm-manager.org/download/3.7.1 [3.7.3]: https://scm-manager.org/download/3.7.2 [3.7.4]: https://scm-manager.org/download/3.7.4 +[3.7.5]: https://scm-manager.org/download/3.7.5 diff --git a/gradle/changelog/show_titles.yaml b/gradle/changelog/show_titles.yaml deleted file mode 100644 index 20bd9f6f1a..0000000000 --- a/gradle/changelog/show_titles.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix setting of document title for create repository page, if only a translation key was provided