diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c88e2..992fb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* bkctld-archive: archive a jail -* bkctld-rename: rename a jail and all its incs and configuration… - ### Changed ### Deprecated @@ -21,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.10.0] - 2021-06-29 + +### Added + +* bkctld-archive: archive a jail +* bkctld-rename: rename a jail and all its incs and configuration… + +### Removed + +* Do not print out date, log level and process name on stdout/stderr ## [2.9.0] - 2021-02-22 ### Added diff --git a/lib/includes b/lib/includes index 309a27f..93d83ba 100755 --- a/lib/includes +++ b/lib/includes @@ -6,7 +6,7 @@ [ -f /etc/default/bkctld ] && . /etc/default/bkctld -VERSION="2.9.0" +VERSION="2.10.0" LIBDIR=${LIBDIR:-/usr/lib/bkctld} CONFDIR="${CONFDIR:-/etc/evobackup}"