diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e182cf..8aae472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.0 (2023/10/14) + +* Include metric label client_version. Resolves #5 +* Update Grafana dashboard to include repository locks and client version +* Update Restic 0.16.0 +* Update Python 3.12 + ## 1.3.0 (2023/07/30) * Add new metric "restic_locks_total" with the number of repository locks diff --git a/package.json b/package.json index afb3190..12f6799 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "ngosang-restic-exporter", - "version": "1.3.0", + "version": "1.4.0", "author": "ngosang@hotmail.es" }