diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2023-04-05 19:47:14 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2023-04-06 10:32:34 +0200 |
commit | f4ebebeb5d9c400159da643dd54eac304702fbcd (patch) | |
tree | cc897c4dd2af0be0e07c208bbc7c673a8f382c6b | |
parent | 7c7f4cff70acce9917ec48b8c510c4e9c65e1b59 (diff) |
Release 21.2.0-beta221.2.0-beta2
Fixed
- Fix last_modified not updated when all items are marked as read (#2183)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe54206c..e581043ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 ### Changed ### Fixed -- Fix last_modified not updated when all items are marked as read #2183 # Releases +## [21.2.0-beta2] - 2023-04-05 +### Fixed +- Fix last_modified not updated when all items are marked as read (#2183) + ## [21.2.0-beta1] - 2023-03-23 ### Changed - Use httpLastModified field for If-Modified-Since header when fetching feed updates (#2119) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3c23fa5de..1414dd0f2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new) Report a [feed issue](https://github.com/nextcloud/news/discussions/new) ]]></description> - <version>21.2.0-beta1</version> + <version>21.2.0-beta2</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |