From 028f5e7f7580f2fc597e96caaea583f3a7978b63 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Nov 2017 00:16:15 +0100 Subject: Checking in changes prior to tagging of version 2.2.0. Changelog diff is: diff --git a/Changes b/Changes index 0c8276e..32e7b5b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +2.2.0 2017-11-25T23:16:04Z - Add borg 1.1 support - Mention required positive return code of config in documentation - Enable adhoc mode automatically when cache is empty --- lib/App/BorgRestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 99f482e..b26c88d 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -3,7 +3,7 @@ use v5.14; use strict; use warnings; -our $VERSION = "2.1.1"; +our $VERSION = "2.2.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; -- cgit v1.2.3-24-g4f1b