diff --git a/NEWS b/NEWS index 7caa1500..10b234fb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.1.5.dev0 +2.1.5 * #1229: Document the permissions needed for the PostgreSQL database hook: https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/ * #1289: Add mutual TLS support for the Loki monitoring hook. See the documentation for more diff --git a/pyproject.toml b/pyproject.toml index 8b900b8d..f6d4bc29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.1.5.dev0" +version = "2.1.5" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]