From 4a29e84c181fa380258bc8d90c368bb73943bec4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:49:54 +0000 Subject: [PATCH] chore(master): release 6.1.1 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- pom.xml | 6 +++--- tado-api/pom.xml | 2 +- tado-exporter/pom.xml | 2 +- tado-util/pom.xml | 2 +- version.txt | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e4453..c8a151e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.1](https://github.com/easimon/tado-exporter/compare/6.1.0...6.1.1) (2023-01-30) + + +### Bug Fixes + +* stabilize zone model entries (e.g. on battery state changes) ([bd51bea](https://github.com/easimon/tado-exporter/commit/bd51bea5d5d45f62a186d1e21220354a0fd18a8e)) + ## [6.1.0](https://github.com/easimon/tado-exporter/compare/6.0.0...6.1.0) (2023-01-29) diff --git a/README.md b/README.md index 303e132..897e876 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ metrics are available at `http://host:8080/prometheus`. Build the application as described above, and then run the following command: ```bash -$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.1.0.jar # x-release-please-version +$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.1.1.jar # x-release-please-version ``` ### Docker Container @@ -48,7 +48,7 @@ $ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporte Either build the application as described above, or download the Docker image. ```bash -$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.1.0 # x-release-please-version +$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.1.1 # x-release-please-version $ docker run -e TADO_USERNAME=your_username -e TADO_PASSWORD=your_password $TADO_EXPORTER_IMAGE ``` diff --git a/pom.xml b/pom.xml index a9b9a3c..629a538 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ click.dobel.tado tado-exporter-parent - 6.1.0 + 6.1.1 pom @@ -58,12 +58,12 @@ click.dobel.tado tado-api - 6.1.0 + 6.1.1 click.dobel.tado tado-util - 6.1.0 + 6.1.1 diff --git a/tado-api/pom.xml b/tado-api/pom.xml index e06cab8..7b5de01 100644 --- a/tado-api/pom.xml +++ b/tado-api/pom.xml @@ -8,7 +8,7 @@ click.dobel.tado tado-exporter-parent - 6.1.0 + 6.1.1 ../pom.xml diff --git a/tado-exporter/pom.xml b/tado-exporter/pom.xml index 3c8b43a..b8f0b75 100644 --- a/tado-exporter/pom.xml +++ b/tado-exporter/pom.xml @@ -8,7 +8,7 @@ click.dobel.tado tado-exporter-parent - 6.1.0 + 6.1.1 ../pom.xml diff --git a/tado-util/pom.xml b/tado-util/pom.xml index b8ca0ac..072229a 100644 --- a/tado-util/pom.xml +++ b/tado-util/pom.xml @@ -8,7 +8,7 @@ click.dobel.tado tado-exporter-parent - 6.1.0 + 6.1.1 ../pom.xml diff --git a/version.txt b/version.txt index dfda3e0..f3b5af3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.0 +6.1.1