From 12adeb2b061e53dfa2b0bcef064670aac88e1c0d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 28 Apr 2021 10:54:33 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705fdfc..223405a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. 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). +## [1.0.8] - 2021-04-28 + +### Added + +- `--lean` flag to cron command for less output about skipping backups. + +### Fixed + +- consistent lower casing in usage descriptions. + ## [1.0.7] - 2021-04-26 ### Added