diff --git a/CHANGELOG.md b/CHANGELOG.md index 9875481e..0410c7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0] + +- When clicking on the password reset link, a random password is no longer generated automatically. The user is now redirected to a page where they can set their own password (#2023) +- Use browser preferred language instead of English when using CommaFeed for the first time (#2018) +- The profile menu is now closed when scrolling the page (#2019) +- The "disable pull to refresh" feature is now disabled by default (#2030) + ## [6.0.0] - When booting CommaFeed for the first time, the default "admin" account is no longer created automatically. A setup wizard will guide you through the creation of an admin account diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 0395e24d..ef15d5a8 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 6.0.0 + 6.1.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index c3a8c52f..7ec98078 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 6.0.0 + 6.1.0 commafeed-server CommaFeed Server @@ -359,7 +359,7 @@ com.commafeed commafeed-client - 6.0.0 + 6.1.0 diff --git a/pom.xml b/pom.xml index 958fe401..ffad3b8f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 6.0.0 + 6.1.0 CommaFeed pom