From 6e687653661a1195a208cf99a0a7668badb4b73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 2 Sep 2025 17:50:16 +0200 Subject: [PATCH] Adjust changelog for release 3.10.2 --- CHANGELOG.md | 5 +++++ gradle/changelog/gravatar_sizing_coep.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/gravatar_sizing_coep.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 634a085b45..6ab958bfa2 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.10.2] - 2025-09-02 +### Fixed +- Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy + ## [3.10.1] - 2025-08-28 ### Fixed - Overlapping text inside the footer section if the alt text of an avatar is rendered @@ -1800,3 +1804,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 +[3.10.2]: https://scm-manager.org/download/3.10.2 diff --git a/gradle/changelog/gravatar_sizing_coep.yaml b/gradle/changelog/gravatar_sizing_coep.yaml deleted file mode 100644 index c22062a58c..0000000000 --- a/gradle/changelog/gravatar_sizing_coep.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy