From 4952cc3ee109d4245f421169f1f53899fc8846b8 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 15 Feb 2022 17:49:11 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee5b38..fbb68b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ 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.3.0] - 2022-02-15 +### Added +- optional user-controlled notification. See `RESTIC_NOTIFY_BACKUP_STATS` and in `backup.sh`. ## [7.2.0] - 2022-02-15 ### Added -- restic-check launchagent. +- restic-check LaunchAgent. ### Changed - [README.md](README.md) is restructured with easier TL;DR for each OS and a more general detailed section for the interested.