Browse Source

document release v1.1.0

Fabian Peter Hammerle 1 month ago
parent
commit
2ec4624508
1 changed files with 6 additions and 2 deletions
  1. 6 2
      CHANGELOG.md

+ 6 - 2
CHANGELOG.md

@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [1.1.0] - 2025-01-19
 ### Documentation
 - added systemd user service config for autostart
   (https://github.com/fphammerle/systemctl-mqtt/issues/66)
 
 ## Unreleased
 ### Added
-- ability to restart system units using `--control_system_unit <unit_name>` as by [#154](https://github.com/fphammerle/systemctl-mqtt/issues/154) from Hanspeter Gosteli (hanspeter.gosteli@gmail.com)
+- ability to restart system units using `--control_system_unit <unit_name>` as
+  by [#180](https://github.com/fphammerle/systemctl-mqtt/pull/180)
+  from Hanspeter Gosteli (hanspeter.gosteli@gmail.com)
 
 ## [1.0.0] - 2025-01-04
 ### Added
@@ -135,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - 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/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.1.0...HEAD
+[1.1.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v1.0.0...v1.1.0
 [1.0.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.5.0...v1.0.0
 [0.5.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.4.0...v0.5.0
 [0.4.0]: https://github.com/fphammerle/systemctl-mqtt/compare/v0.3.0...v0.4.0