From 257dec7d3ca51d6657af91fc8b45879427965a7a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 13 Apr 2023 08:37:00 +0000
Subject: [PATCH] chore(master): release 6.2.0
---
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 dad91f1..26b8800 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [6.2.0](https://github.com/easimon/tado-exporter/compare/6.1.2...6.2.0) (2023-04-13)
+
+
+### Features
+
+* suppress metrics for unreachable devices instead reporting NaN ([638e413](https://github.com/easimon/tado-exporter/commit/638e413a7f400c7963d2fb8efa5592730508caee))
+
## [6.1.2](https://github.com/easimon/tado-exporter/compare/6.1.1...6.1.2) (2023-03-28)
diff --git a/README.md b/README.md
index e0f962b..ae71154 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.2.jar # x-release-please-version
+$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.2.0.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.2 # x-release-please-version
+$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.2.0 # 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 5b4d7ca..db28772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
click.dobel.tado
tado-exporter-parent
- 6.1.2
+ 6.2.0
pom
@@ -58,12 +58,12 @@
click.dobel.tado
tado-api
- 6.1.2
+ 6.2.0
click.dobel.tado
tado-util
- 6.1.2
+ 6.2.0
diff --git a/tado-api/pom.xml b/tado-api/pom.xml
index 4d9adf3..8b3e1ce 100644
--- a/tado-api/pom.xml
+++ b/tado-api/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.1.2
+ 6.2.0
../pom.xml
diff --git a/tado-exporter/pom.xml b/tado-exporter/pom.xml
index ea9809c..b2af27e 100644
--- a/tado-exporter/pom.xml
+++ b/tado-exporter/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.1.2
+ 6.2.0
../pom.xml
diff --git a/tado-util/pom.xml b/tado-util/pom.xml
index c1a8b74..21df894 100644
--- a/tado-util/pom.xml
+++ b/tado-util/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.1.2
+ 6.2.0
../pom.xml
diff --git a/version.txt b/version.txt
index 5e32542..6abaeb2 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-6.1.2
+6.2.0