summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-07-04 11:54:57 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-07-04 12:11:09 +0200
commitef25b133ab27efdd3565fd01999b44fc6090d532 (patch)
tree4f44bde49ae395a5b19b9ffb825af6e45422c4a2
parent89eb6a65847d334018df9d7c2b7cb755e0a1ff56 (diff)
Release 18.1.1-beta118.1.1-beta1
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249) - Fix broken API v1.3 (#1841) 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 1f1b03617..8d95a84d9 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
+
+# Releases
+## [18.1.1-beta1] - 2022-07-04
+### Fixed
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249)
- Fix broken API v1.3 (#1841)
-# 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.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c7359b728..f414d9bd9 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</version>
+ <version>18.1.1-beta1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>