From bbdae05199c4817cb98d20820803d3b9eaf8c8dc Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 6 Dec 2021 17:27:59 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182df9d..207e676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,19 @@ 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.5.1] - 2021-11-24 +## [1.5.1] - 2021-12-06 ### Changed - use official docker image instead of installing rclone every time docker is used. +- docker docs ### Fixed - lock file not always next to the config file. - update / install bugs. +- lock docker image tag to the current autorestic version +- better error logging ## [1.5.0] - 2021-11-20