From 8e1d9f7883f452ff95cac9ac8dc0799a88887c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 28 Aug 2025 13:34:19 +0200 Subject: [PATCH] Adjust changelog for release 3.10.1 --- CHANGELOG.md | 7 +++++++ gradle/changelog/gravatar-changes.yaml | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 gradle/changelog/gravatar-changes.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3af342e6..634a085b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.10.1] - 2025-08-28 +### Fixed +- Overlapping text inside the footer section if the alt text of an avatar is rendered +- Overlapping text inside the commit overview if the alt text of an avatar is rendered +- Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy + ## [3.10.0] - 2025-08-19 ### Added - Performance of stores can be measured with Micrometer metrics @@ -1793,3 +1799,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.8.0]: https://scm-manager.org/download/3.8.0 [3.9.0]: https://scm-manager.org/download/3.9.0 [3.10.0]: https://scm-manager.org/download/3.10.0 +[3.10.1]: https://scm-manager.org/download/3.10.1 diff --git a/gradle/changelog/gravatar-changes.yaml b/gradle/changelog/gravatar-changes.yaml deleted file mode 100644 index 6ab5b550d2..0000000000 --- a/gradle/changelog/gravatar-changes.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: fixed - description: Overlapping text inside the footer section if the alt text of an avatar is rendered -- type: fixed - description: Overlapping text inside the commit overview if the alt text of an avatar is rendered -- type: fixed - description: Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy