diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9717bb1..2dba054 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.0.7](https://github.com/micromata/cli-error-notifier/compare/1.0.6...1.0.7) (2018-02-22)
+
+
+### Bug Fixes
+
+* update dev dependencies ([9743ac3](https://github.com/micromata/cli-error-notifier/commit/9743ac3))
+* update dev dependencies ([7a9658c](https://github.com/micromata/cli-error-notifier/commit/7a9658c))
+
+
+
## [1.0.6](https://github.com/micromata/cli-error-notifier/compare/1.0.5...1.0.6) (2018-02-06)
diff --git a/package-lock.json b/package-lock.json
index 3cbf14e..9cc304e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cli-error-notifier",
- "version": "1.0.6",
+ "version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 717618b..ba61160 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cli-error-notifier",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Sends native desktop notifications if CLI apps fail",
"license": "MIT",
"repository": "micromata/cli-error-notifier",