diff --git a/CHANGELOG.md b/CHANGELOG.md index 8806e5eec..ff340a687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.3.0] + +- Added a setting to set a cooldown on the "fetch all my feeds" action, disabled by default (#1556) +- Fixed an issue that could cause entries to not correctly load when using the "next" header button (#1557) + ## [5.2.0] - Added an option to keep a number of entries above the selected entry when scrolling diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index a6b51966a..89e5aa184 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.2.0 + 5.3.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 45be3267d..a4607b632 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.2.0 + 5.3.0 commafeed-server CommaFeed Server @@ -294,7 +294,7 @@ com.commafeed commafeed-client - 5.2.0 + 5.3.0 diff --git a/pom.xml b/pom.xml index 9db5b7e57..ce311740b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.2.0 + 5.3.0 CommaFeed pom