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}"