summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-04-18 13:18:27 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-18 19:32:33 +0200
commit4afe4b4debfd3e1adaebf33f9e281540f757d847 (patch)
tree62df7ce140da8d209df2ef84a3391f78d143226c
parent032d48ad7b180c80344a8fe64b2f9bfc81cef7b1 (diff)
Release 18.0.1-beta318.0.1-beta3
Fixed - Fix import of items when feed does not exist (1742) - Fix malformed feeds (without GUIDs) stopping the update process (#1738) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a055a197f..1106da690 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,13 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
-- Fix import of items when feed does not exist (1742)
-- Fix malformed feeds (without GUIDs) stopping the update process (#1738)
# Releases
+## [18.0.1-beta3] - 2022-04-18
+### Fixed
+- Fix import of items when feed does not exist (#1742)
+- Fix malformed feeds (without GUIDs) stopping the update process (#1738)
+
## [18.0.1-beta2] - 2022-03-22
### Fixed
- Fix no item marked as read by Folder API due to mismatch in parameter name (#1703)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 624ab6031..82d48d814 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.0.1-beta2</version>
+ <version>18.0.1-beta3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>