diff --git a/CHANGELOG.md b/CHANGELOG.md index c704c7913e..488b75dd1f 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.11.8] - 2026-04-07 +### Fixed +- Creation and Upload of a file for an empty branch with no sources + ## [3.11.7] - 2026-03-20 ### Fixed - Broken relative paths for images or links within Markdown files @@ -1878,3 +1882,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.11.5]: https://scm-manager.org/download/3.11.5 [3.11.6]: https://scm-manager.org/download/3.11.6 [3.11.7]: https://scm-manager.org/download/3.11.7 +[3.11.8]: https://scm-manager.org/download/3.11.8 diff --git a/gradle/changelog/fix-handling-of-empty-branch-in-actionbar.yaml b/gradle/changelog/fix-handling-of-empty-branch-in-actionbar.yaml deleted file mode 100644 index 5abebb0790..0000000000 --- a/gradle/changelog/fix-handling-of-empty-branch-in-actionbar.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Creation and Upload of a file for an empty branch with no sources