diff --git a/CHANGELOG.md b/CHANGELOG.md index d681d7ffc..f37103bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.1.1] + +- Fixed database migration issue when upgrading from 5.0.0 to 5.1.0 on MariaDB (#1544) +- When feeds without unread entries are hidden from the tree, the feed is displayed in the tree until another one is selected (#1543) + ## [5.1.0] - Added a setting for showing/hiding unread count in the browser's tab title/favicon (#1518) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 371552666..b5511942f 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.1.0 + 5.1.1 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 9e7a3dd83..9563967cc 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.1.0 + 5.1.1 commafeed-server CommaFeed Server @@ -251,7 +251,7 @@ com.commafeed commafeed-client - 5.1.0 + 5.1.1 diff --git a/pom.xml b/pom.xml index e91ebd9e5..f9c56806b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.1.0 + 5.1.1 CommaFeed pom