From 05ab966977218f0247f60fa97b0dd0ed2b8fdb01 Mon Sep 17 00:00:00 2001 From: Andreas Koch Date: Sat, 11 Mar 2017 11:06:36 +0100 Subject: [PATCH] Update the changelog for v0.3.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ee582..86ca86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## [v0.3.0] - 2017-03-11 + +Timeouts and restart policy + +### Added +- Add a startup timeout (see: dcsg#4) +- Add restart-policy (see: dcsg#4) + ## [v0.2.0] systemd service improvements (thanks to @hermsi1337)