Bump version 1.1.0

This commit is contained in:
ngosang 2023-02-02 20:37:01 +01:00
parent 864f63600a
commit 880b47131c
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## 1.1.0 (2023/02/02)
* Update Restic 0.15.1
* Update prometheus-client 0.16.0
* Fix snapshot time parsing for old versions of Restic. Resolves #1
* Exit if the repository password is not configured
* Improve error handling and better log traces
* Rename PASSWORD_FILE env var to RESTIC_REPO_PASSWORD_FILE
* Update Grafana dashboard
* Add documentation for other backends
## 1.0.0 (2022/12/06)
* First release

View file

@ -1,5 +1,5 @@
{
"name": "ngosang-restic-exporter",
"version": "1.0.0",
"version": "1.1.0",
"author": "ngosang@hotmail.es"
}