summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-01-19 00:11:26 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-22 20:14:08 +0100
commitb9044c977e66ae8d9358190fad4e572217b436e5 (patch)
tree1cca9221589dd5c84e98e9dd7b3a6e128431de56
parent328f2ffef67092b3801ae6daddc6cde2fcf7cbc6 (diff)
Release 20.0.1release/20.0.1
Fixed - SyntaxError triggered when full-text is enabled with some items. (#2048, #2053) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 061ad1475..168cc5cfb 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
-- SyntaxError triggered when full-text is enabled with some items. (#2048, #2053)
# Releases
+## [20.0.1] - 2023-01-19
+### Fixed
+- SyntaxError triggered when full-text is enabled with some items. (#2048, #2053)
+
## [20.0.0] - 2022-12-14
### Changed
- Drop support for PHP 7.3 (#2008)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 28da3049e..b30db4430 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>20.0.0</version>
+ <version>20.0.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>