diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6de54474d..9529a262e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+owncloud-news (8.4.1)
+* **Bugfix**: Fix error messages in the logs which were caused by outdated template includes, #972
+
owncloud-news (8.4.0)
* **Enhancement**: Use the feed url when showing an example of a curl command if a feed does not exist, #969
* **Enhancement**: Also filter duplicate items from web frontend when in folder, starred or all articles view, #465
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 43b042b13..285b54fc1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt
multimedia
AGPL
- 8.4.0
+ 8.4.1
News
diff --git a/js/app/Config.js b/js/app/Config.js
index b795374a0..7f9c54bef 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -207,9 +207,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
}).when('/shortcuts', {
templateUrl: 'shortcuts.html',
type: -1
- }).when('/subscription-url', {
- templateUrl: 'subscription.html',
- type: -1
});
});
diff --git a/templates/index.php b/templates/index.php
index 2e5c464fb..b87908139 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -70,9 +70,6 @@ class="icon-loading"
-