diff --git a/NEWS b/NEWS index 16e3db14..6a18c1bd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.14.dev0 +1.9.14 * #409: With the PagerDuty monitoring hook, send borgmatic logs to PagerDuty so they show up in the incident UI. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#pagerduty-hook diff --git a/pyproject.toml b/pyproject.toml index cd1ce7a3..fdded2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "1.9.14.dev0" +version = "1.9.14" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]