diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e467805..37163e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.12.1] + +- The favicon is now crispier (#1978) +- The ReadKit iOS app now works via the Fever API (#1602) + ## [5.12.0] - Added a setting to disable the "disable pull to refresh" feature because it messes with some browsers (#1168) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 472a4852..72465882 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.12.0 + 5.12.1 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index ef55e485..ca303fcd 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.12.0 + 5.12.1 commafeed-server CommaFeed Server @@ -359,7 +359,7 @@ com.commafeed commafeed-client - 5.12.0 + 5.12.1 diff --git a/pom.xml b/pom.xml index 6a967afa..b9eab8c5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.12.0 + 5.12.1 CommaFeed pom