diff --git a/.README.html b/.README.html index 5ac2962..665b677 100644 --- a/.README.html +++ b/.README.html @@ -194,6 +194,10 @@
clean
: Remove snapshots that conform to the
specified prefix and pattern
revert
: Revert to snapshots that are specifed by
+either the pattern or set. If either the source LV or snapshot are open,
+the merge is deferred until the next time the server reboots and the
+source logical volume is activated.
The snapshot role supports sets of volumes. Sets may contain any diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f49cf..c76b8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[1.1.0] - 2024-01-26 +-------------------- + +### New Features + +- feat: add support for reverting LV back to state of snapshot (#15) + [1.0.0] - 2024-01-24 --------------------