diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ddb876 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +## [1.0.1] + +### Added + +- Support for desktop notifications. Desktop notifications can now be enabled for when systemd reports that the backup service failed. + +### Changed + +- Renamed variable `systemd_timer_schedule` to `systemd_restic_timer_schedule`. + +## [1.0.0] + +### Added + +- Initial release