From dfbb85dadbbcc9d0b38281c038bbde7a99f2c04b Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 21 Nov 2024 21:55:45 +0100 Subject: [PATCH] prepare changelog for release --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b42c05..73e3bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## New Features +## Breaking Changes + +## User Facing Backwards Compatible Changes + +## Other Changes + +# v0.2.0 + +## New Features + - Backup: - Add feature to backup databases with the database backup contract, implemented with `shb.restic.databases`. @@ -42,7 +52,6 @@ - `shb.restic.instances` options has been split between `shb.restic.instances.request` and `shb.restic.instances.settings`, matching better with contracts. - Use of secret contract everywhere. - ## User Facing Backwards Compatible Changes - Add mount contract.