diff --git a/NEWS b/NEWS index 47093737..4d9bd57f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.0.9.dev0 +2.0.9 * #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no longer uses "findmnt" and the "findmnt_command" option is deprecated. * #1123: Add loading of systemd credentials even when running borgmatic outside of a systemd diff --git a/pyproject.toml b/pyproject.toml index 4f7e344f..4b637a6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.9.dev0" +version = "2.0.9" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]