Browse Source

release v0.1.0

Fabian Peter Hammerle 3 years ago
parent
commit
71985b1575
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## [0.1.0] - 2020-06-16
 ### Added
 - MQTT message on topic `systemctl/hostname/poweroff`
   schedules a poweroff via systemd's dbus interface (4 seconds delay)
 
-[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/tree/master
+[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.1.0...HEAD
+[0.1.0]: https://github.com/fphammerle/systemctl-mqtt/releases/tag/v0.1.0