diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3c7fe06fc9..d70a14c2367 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+## [1.10.4](https://github.com/johannesjo/super-productivity/compare/v1.10.3...v1.10.4) (2018-03-29)
+
+
+### Bug Fixes
+
+* tasks getting replaced when switching projects in work view [#69](https://github.com/johannesjo/super-productivity/issues/69) ([adcc034](https://github.com/johannesjo/super-productivity/commit/adcc034))
+
+
+### Features
+
+* improve project creation dialog ([9fda280](https://github.com/johannesjo/super-productivity/commit/9fda280))
+* make sync notification optional [#67](https://github.com/johannesjo/super-productivity/issues/67) ([f4b7887](https://github.com/johannesjo/super-productivity/commit/f4b7887))
+* optionally notify when time estimate was exceeded [#69](https://github.com/johannesjo/super-productivity/issues/69) ([0f84ef8](https://github.com/johannesjo/super-productivity/commit/0f84ef8))
+
+
+
## [1.10.3](https://github.com/johannesjo/super-productivity/compare/v1.10.2...v1.10.3) (2018-03-26)
diff --git a/app-src/scripts/version.js b/app-src/scripts/version.js
index e581f199803..2c51e12853d 100644
--- a/app-src/scripts/version.js
+++ b/app-src/scripts/version.js
@@ -1,4 +1,4 @@
angular
.module('superProductivity')
- .constant('VERSION', '1.10.3');
+ .constant('VERSION', '1.10.4');
\ No newline at end of file
diff --git a/package.json b/package.json
index bac3b8ced61..0f2deb13efc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "superProductivity",
- "version": "1.10.3",
+ "version": "1.10.4",
"description": "Personal Task Management App to help you with your daily struggle with JIRA etc.",
"main": "./electron/main.js",
"author": "Johannes Millan (http://super-productivity.com)",