release 6.1.1

This commit is contained in:
Athou
2026-01-26 15:47:39 +01:00
parent c90c91b748
commit 1989aaf8b4
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## [6.1.1]
- Fix old starred entries not loading if they were marked as read (#2031)
## [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)

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>
<artifactId>commafeed-client</artifactId>
<name>CommaFeed Client</name>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>
<artifactId>commafeed-server</artifactId>
<name>CommaFeed Server</name>
@@ -304,7 +304,7 @@
<dependency>
<groupId>com.commafeed</groupId>
<artifactId>commafeed-client</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
</dependency>
<!-- compile-time processors -->

View File

@@ -5,7 +5,7 @@
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
<name>CommaFeed</name>
<packaging>pom</packaging>