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