From d6dd91eb1ffa78f8bef1bf99473096b59d2e5662 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 30 Jun 2021 18:13:34 +0200 Subject: [PATCH] Release 2.11.1 --- CHANGELOG.md | 8 ++++++-- lib/includes | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ade18..188e01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* bkctld-rename: abort operation if incs exist with the new name - ### Deprecated ### Removed @@ -20,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.11.1] - 2021-06-30 + +### Changed + +* bkctld-rename: abort operation if incs exist with the new name + ## [2.11.0] - 2021-06-29 ### Changed diff --git a/lib/includes b/lib/includes index a8a5bb4..9c1f074 100755 --- a/lib/includes +++ b/lib/includes @@ -6,7 +6,7 @@ [ -f /etc/default/bkctld ] && . /etc/default/bkctld -VERSION="2.11.0" +VERSION="2.11.1" LIBDIR=${LIBDIR:-/usr/lib/bkctld} CONFDIR="${CONFDIR:-/etc/evobackup}"