diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2022-06-10 11:44:59 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2022-06-15 16:04:58 +0200 |
commit | 01e4adfee2307a7a4c51b1f793e50d7d4f9325b8 (patch) | |
tree | 64e79a1de21d9a7741fc6448244fd8e804014c48 | |
parent | 8cf7e072a4ad77e009d978abaf5cdbf6f2149822 (diff) |
Release 18.1.018.1.0
Due to #1766 some Feeds might now have items that have `null` set as author instead of `""` clients need to handle this.
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ef9208e..1d8121ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [18.x.x] ### Changed -- If items of feed do not provide an author fallback to feed author (#1803) ### Fixed # Releases +## [18.1.0] - 2022-06-10 +Due to #1766 some Feeds might now have items that have `null` set as author instead of `""` clients need to handle this. + ## [18.1.0-beta2] - 2022-05-31 ### Changed - If items of feed do not provide an author fallback to feed author (#1803) diff --git a/appinfo/info.xml b/appinfo/info.xml index 30aa6a666..c7359b728 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>18.1.0-beta2</version> + <version>18.1.0</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |