diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bcf2b8..66734cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [0.5.1](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.0...v0.5.1) (2018-12-04)
+
+
+### Bug Fixes
+
+* **logs:** Use child process name instead of id in log filename ([b92ee2d](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/b92ee2d))
+
+
+
# [0.5.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.4.0...v0.5.0) (2018-12-04)
diff --git a/package.json b/package.json
index 6b99500..1d1a2b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "casparcg-launcher",
- "version": "0.5.0",
+ "version": "0.5.1",
"author": "Julian Waller ",
"description": "Simple launcher for CasparCG",
"license": "MIT",