Bump version 1.2.1

This commit is contained in:
ngosang 2023-03-26 14:37:56 +02:00
parent 8a99ddae98
commit 6ebd2b7dfc
4 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@ on:
- "main"
jobs:
build:
tag-release:
runs-on: ubuntu-latest
steps:
-

View file

@ -6,7 +6,7 @@ on:
- '*.*.*'
jobs:
build:
build-docker-images:
runs-on: ubuntu-latest
steps:
-

View file

@ -1,5 +1,9 @@
# Changelog
## 1.2.1 (2023/03/26)
* Improve hash calculation to avoid duplicate clients (snapshot_hash label changes)
## 1.2.0 (2023/03/18)
* Add new label "snapshot_tag" in the metrics with the backup tag (if tags is present)

View file

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