From 2457a532fb7a9e1529ac8b3a930cf74f8ebbe57e Mon Sep 17 00:00:00 2001 From: aorlati Date: Mon, 15 May 2017 16:48:44 +0200 Subject: [PATCH] added a changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ad981d799 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/ + +## [Unreleased] +### Added + +### Changed + +### Fixed + +- InjectCommand blocks if the system is down @aorlati + + +## + + -- GitLab