diff --git a/CHANGES.txt b/CHANGES.txt index 747eaa261..dd2dcc149 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -stratis-cli 3.7.0 (UNRELEASED) +stratis-cli 3.7.0 ================= Required stratisd version 3.7.0 @@ -10,6 +10,10 @@ Lowest supported Python interpreter: 3.9.16 * Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 +* Add suppport for scheduling snapshot revert and reporting revert status: + https://github.com/stratis-storage/stratis-cli/issues/1085 + https://github.com/stratis-storage/stratis-cli/pull/1100 + * Display snapshot origin in filesystem detail view: https://github.com/stratis-storage/stratis-cli/pull/1045