Skip to content

Commit f7a944a

Browse files
committed
release 5.11.1
1 parent 7f53531 commit f7a944a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [5.11.1]
4+
5+
- The search limit of 3 characters has been removed (#1887)
6+
- Fix an issue that caused feed filtering expressions to be incorrectly converted to lowercase when saving them (#1899)
7+
38
## [5.11.0]
49

510
- Add an option to navigate to the next unread category/feed when marking all entries as read (#1807)

commafeed-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>5.11.0</version>
9+
<version>5.11.1</version>
1010
</parent>
1111
<artifactId>commafeed-client</artifactId>
1212
<name>CommaFeed Client</name>

commafeed-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>5.11.0</version>
9+
<version>5.11.1</version>
1010
</parent>
1111
<artifactId>commafeed-server</artifactId>
1212
<name>CommaFeed Server</name>
@@ -357,7 +357,7 @@
357357
<dependency>
358358
<groupId>com.commafeed</groupId>
359359
<artifactId>commafeed-client</artifactId>
360-
<version>5.11.0</version>
360+
<version>5.11.1</version>
361361
</dependency>
362362

363363
<!-- compile-time processors -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.commafeed</groupId>
77
<artifactId>commafeed</artifactId>
8-
<version>5.11.0</version>
8+
<version>5.11.1</version>
99
<name>CommaFeed</name>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)