summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>
id='n161' href='#n161'>161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214