From efdf8e4f7ffe7beaf87e9d4703b7fd14fd8d6997 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 18 Mar 2019 12:41:42 +0100 Subject: Release 13.1.2 --- CHANGELOG.md | 3 ++- appinfo/info.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b4b7a90..f7619788c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased +## 13.1.2 + ### Changed - The active item is now highlighted by a thin orange line #434 diff --git a/appinfo/info.xml b/appinfo/info.xml index 4722f2860..f54dd049c 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).]]> - 13.1.1 + 13.1.2 agpl Bernhard Posselt Alessandro Cosentino -- cgit v1.2.3 From dd0490f13062f94c526b8fb17733b36bb81114ee Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 18 Mar 2019 14:01:49 +0100 Subject: add unreleased section to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7619788c..c47cd3fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. +## Unreleased + ## 13.1.2 ### Changed -- cgit v1.2.3