From eac8b979324a26e9f80e443e1ac36c4e513b159f Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sun, 13 Feb 2022 17:53:36 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69613f6..964cf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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] + +## [7.0.0] - 2022-02-13 +### Changed +- Renamed project from `restic-systemd-automatic-backup` to `restic-automatic-backup-scheduler` to fit all now supported setups. + +## [6.0.0] - 2022-02-12 ### Added - Windows support with native ScheduledTask! New target `$ make install-schedtask` for Windows users.