diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa1056e..c07def61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [5.11.1] + +- The search limit of 3 characters has been removed (#1887) +- Fix an issue that caused feed filtering expressions to be incorrectly converted to lowercase when saving them (#1899) + ## [5.11.0] - Add an option to navigate to the next unread category/feed when marking all entries as read (#1807) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index a1edc99e..30dead29 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.11.0 + 5.11.1 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 8b7d1144..681f3130 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.11.0 + 5.11.1 commafeed-server CommaFeed Server @@ -357,7 +357,7 @@ com.commafeed commafeed-client - 5.11.0 + 5.11.1 diff --git a/pom.xml b/pom.xml index 5c261e34..a9193562 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.11.0 + 5.11.1 CommaFeed pom