From 7874512ec08b9585a9d51f5bacd57e9a3a98c56d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 26 Oct 2021 16:02:30 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869e692..bf2ecb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3.0] - 2021-10-26 + +### Added + +- Pass restic backup metadata as ENV to hooks +- Support for `XDG_CONFIG_HOME` and `${HOME}/.config` as default locations for `.autorestic.yaml` file. +- Binary restic flags are now supported +- Pass encryption keys from env variables or files. + ## [1.2.0] - 2021-08-05 ### Added