diff --git a/CHANGELOG.md b/CHANGELOG.md index f73c772..2e224aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.3.0 (2023/07/30) + +* New metric restic_locks_total +* Include backup paths in the exported metrics +* Add Rclone instructions in the readme +* Update Restic 0.15.2 +* Update Python dependencies +* Update base Docker image to Alpine 3.18 + ## 1.2.2 (2023/03/31) * Include OpenSSH in the Docker image to support SFTP protocol diff --git a/package.json b/package.json index c50e544..afb3190 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "ngosang-restic-exporter", - "version": "1.2.2", + "version": "1.3.0", "author": "ngosang@hotmail.es" }