diff --git a/CHANGELOG.md b/CHANGELOG.md index a919c45..886901f 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.6.1](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.6.0...v0.6.1) (2019-05-21) + + +### Bug Fixes + +* defensive code to handle multiple overlapping restart requests ([8ae4330](https://github.com/nrkno/tv-automation-casparcg-launcher/commit/8ae4330)) + + + # [0.6.0](https://github.com/nrkno/tv-automation-casparcg-launcher/compare/v0.5.3...v0.6.0) (2019-01-30) diff --git a/package.json b/package.json index 96482b1..9304a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casparcg-launcher", - "version": "0.6.0", + "version": "0.6.1", "author": "Julian Waller ", "description": "Simple launcher for CasparCG", "license": "MIT",