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