From 7e74d2f6f49a22591e2faf1a1c61df58e7427988 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 20 Aug 2024 07:27:46 +0200 Subject: [PATCH] release 5.0.2 --- CHANGELOG.md | 5 +++++ commafeed-client/pom.xml | 2 +- commafeed-server/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89046e52..9436ee203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.0.2] + +- Fix favicon fetching for Youtube channels in native mode when Google auth key is set +- Fix an error that appears in the logs when fetching some favicons + ## [5.0.1] - Configure native compilation to support older CPU architectures (#1524) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index c32b49305..47b518849 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.0.1 + 5.0.2 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index dcc299f70..082d98d11 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.0.1 + 5.0.2 commafeed-server CommaFeed Server @@ -228,7 +228,7 @@ com.commafeed commafeed-client - 5.0.1 + 5.0.2 diff --git a/pom.xml b/pom.xml index 187e7961b..2169d5a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.0.1 + 5.0.2 CommaFeed pom