From 539582566d517afe336eba29d701b357e11b2ad5 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 30 Jul 2023 01:15:42 +0200 Subject: [PATCH] Bump version 1.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" }