summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-05 11:49:27 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-05 17:01:00 +0100
commit270f7f60dbf015cca14bd5538fc12b32fcb3aadf (patch)
treee7db7310d1a6c3931baaba9b63b2aed0fb2fc0bb
parentd9bde18acca067c4e53746044d96aaebd341105c (diff)
Release 15.3.015.3.0
Changed - DB: Remove unused fields and migrate last_modified to signed, to support dates before 1970 Fixed - Release: create signature file (#1117) - Articles are refetched after purging leaving them unread again (#1122) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d483c7fb1..30a890bca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,13 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [Unreleased]
### Changed
-- DB: Remove unused fields
+
+### Fixed
+
+## [15.3.0] - 2021-02-05
+
+### Changed
+- DB: Remove unused fields and migrate last_modified to signed, to support dates before 1970
### Fixed
- Release: create signature file (#1117)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index eefd0d9d8..ba598b5bd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>15.2.2</version>
+ <version>15.3.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>