|
@@ -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).
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
+
|
|
|
|
+## [0.1.0] - 2020-06-16
|
|
### Added
|
|
### Added
|
|
- MQTT message on topic `systemctl/hostname/poweroff`
|
|
- MQTT message on topic `systemctl/hostname/poweroff`
|
|
schedules a poweroff via systemd's dbus interface (4 seconds delay)
|
|
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
|