summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-06-16 11:38:44 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-06-16 13:50:30 +0200
commitdb831426d341018f612aba88ed142cead7350a82 (patch)
tree52dbeb3ece70d38374bfdc449217187968afffbe
parentfd01e9ad7b60081c1b4e54a42580987f3636f6cd (diff)
Release 16.0.0-beta316.0.0-beta3
Changed - added feed search (#1402) Fixed - removed reference for deleted repair-steps (#1399) - Fix NotNullConstraintViolation when sharing news items with users (#1406) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d2c04f9a..9babd800d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,18 +3,23 @@ All notable changes to this project will be documented in this file.
The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
# Unreleased
-- Fix NotNullConstraintViolation when sharing news items with users (#1406)
## [16.x.x]
### Changed
-- added feed search (#1402)
### Fixed
-- removed reference for deleted repair-steps (#1399)
+
## [15.x.x]
### Changed
### Fixed
# Releases
+## [16.0.0-beta3] - 2021-06-16
+### Changed
+- added feed search (#1402)
+### Fixed
+- removed reference for deleted repair-steps (#1399)
+- Fix NotNullConstraintViolation when sharing news items with users (#1406)
+
## [16.0.0-beta2] - 2021-06-01
### Changed
- Allow installation on Nextcloud v22
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e8ec35b1d..cae61f028 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)
Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
- <version>16.0.0-beta2</version>
+ <version>16.0.0-beta3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>