diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 84df0cc..5c753b4 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.2.5"
+ ".": "6.3.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fc1284..ba0fcc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [6.3.0](https://github.com/easimon/tado-exporter/compare/6.2.5...6.3.0) (2024-06-24)
+
+
+### Features
+
+* upgrade to spring boot 3.3, rework value-filtering registry ([1c602b3](https://github.com/easimon/tado-exporter/commit/1c602b3d07c3feee765981c0944219ccfdfeaf5e))
+
## [6.2.5](https://github.com/easimon/tado-exporter/compare/v6.2.4...6.2.5) (2024-02-04)
diff --git a/README.md b/README.md
index 50399a3..3e910f3 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.2.5.jar # x-release-please-version
+$ TADO_USERNAME=your_username TADO_PASSWORD=your_password java -jar tado-exporter/target/tado-exporter-6.3.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.2.5 # x-release-please-version
+$ export TADO_EXPORTER_IMAGE=ghcr.io/easimon/tado-exporter:6.3.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 6cbbcce..9fd0eb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
click.dobel.tado
tado-exporter-parent
- 6.2.5
+ 6.3.0
pom
@@ -61,12 +61,12 @@
click.dobel.tado
tado-api
- 6.2.5
+ 6.3.0
click.dobel.tado
tado-util
- 6.2.5
+ 6.3.0
diff --git a/tado-api/pom.xml b/tado-api/pom.xml
index 137b270..724961f 100644
--- a/tado-api/pom.xml
+++ b/tado-api/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.2.5
+ 6.3.0
../pom.xml
diff --git a/tado-exporter/pom.xml b/tado-exporter/pom.xml
index 4f3f7fd..2ac2bf5 100644
--- a/tado-exporter/pom.xml
+++ b/tado-exporter/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.2.5
+ 6.3.0
../pom.xml
diff --git a/tado-util/pom.xml b/tado-util/pom.xml
index c3d867e..37ba0dc 100644
--- a/tado-util/pom.xml
+++ b/tado-util/pom.xml
@@ -8,7 +8,7 @@
click.dobel.tado
tado-exporter-parent
- 6.2.5
+ 6.3.0
../pom.xml
diff --git a/version.txt b/version.txt
index a6534bb..798e389 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-6.2.5
+6.3.0