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-23 12:29:45 +0100
commit3b8c2248f24432d83858a2da7e9d8a15edb285fa (patch)
tree9419ea64bed59314e81fbe43478cde7f4bf5eaf8
parent5df404ae62cf904390206be907f39cdc550b35d5 (diff)
Release 20.0.120.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>