From 48a5972aafc8a8bfb58ce6423822aaebe920cdbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 16 Oct 2020 00:17:27 +0200 Subject: [PATCH] chore: update changelog for initial release --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77400c9..c3015a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,29 @@ The format is based on [Keep a Changelog], and this project adheres to ## Overview +- [`0.1.0`](#010) – _2020.10.15_## [0.1.0] – _Initial release_ + +_2020.10.15_ + +This is the first release. It contains basic waking up of hosts, +autojoining, permission checks and status replies. + + +### Contributions + +This release is made possible by the following people (in alphabetical order). +Thank you all for your contributions. Your work – no matter how significant – is +greatly appreciated by the community. 💖 + +- Jan Christian Grünhage () + +### Changes + +#### Features + +- **reply to commands** ([`5225775`]) + + Reply to commands in addition to executing them.