summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-14 10:02:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-14 10:48:46 +0200
commit0b7ec50256e2ecec51f5853cb1d7120a7fb4e546 (patch)
treee5fa187fdd9d7a66edc8be9891ee661ff6f72186
parent7b0918ca409a967d976594d10d27ebdeb04478e5 (diff)
Release 15.0.515.0.5
Fixed - Fix exception when title is null #869 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bd43f894..fc0b459dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 15.0.5
+
+### Fixed
+- Fix exception when title is null #869
+
## 15.0.4
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c639e61d6..ab4dbb9e2 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.0.4</version>
+ <version>15.0.5</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>