diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3efcc2407..d01582656 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+owncloud-news (4.0.4)
+* **Bugfix**: Do not indent slashdot.org italic elements
+* **Bugfix**: Hide folders when only showing unread articles after marking all articles as read
+
owncloud-news (4.0.3)
* **Bugfix**: Fix unstarring and starring articles added before 4.x
diff --git a/appinfo/app.json b/appinfo/app.json
index 94357c58d..ad33c38a4 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"description": "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
"licence": "AGPL",
- "version": "4.0.3",
+ "version": "4.0.4",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 54efd3a02..bdc31a320 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
News
An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory
AGPL
- 4.0.3
+ 4.0.4
7.0.3
Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt
diff --git a/js/bower.json b/js/bower.json
index ade02e744..373c8b2e7 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.3",
+ "version": "4.0.4",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt "
diff --git a/js/package.json b/js/package.json
index 57d91f0d5..9f0a94000 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {