diff --git a/CHANGELOG.md b/CHANGELOG.md index 771b721..03555e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/easimon/shelly-exporter/compare/2.4.0...2.5.0) (2023-06-27) + + +### Features + +* add support for gen 2 devices (3EM pro) ([6f7eb82](https://github.com/easimon/shelly-exporter/commit/6f7eb824ad2a54e15f166f417707371a9ff5f6c6)) + ## [2.4.0](https://github.com/easimon/shelly-exporter/compare/2.3.0...2.4.0) (2023-06-08) diff --git a/README.md b/README.md index 529fe42..219bbb0 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,14 @@ $ SHELLY_AUTH_USERNAME=your_username \ Optional: To build the docker container yourself, check out this repository and build it using ```bash -$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.4.0 # x-release-please-version +$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.0 # x-release-please-version $ docker build --tag $SHELLY_EXPORTER_IMAGE . ``` Running it ```bash -$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.4.0 # x-release-please-version +$ export SHELLY_EXPORTER_IMAGE=ghcr.io/easimon/shelly-exporter:v2.5.0 # x-release-please-version $ docker run \ -e SHELLY_AUTH_USERNAME=your_username \ -e SHELLY_AUTH_PASSWORD=your_password \ diff --git a/pom.xml b/pom.xml index 74eff7f..2dfb943 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ click.dobel shelly-exporter - 2.4.0 + 2.5.0 shelly-exporter Shelly Prometheus Exporter diff --git a/version.txt b/version.txt index 197c4d5..437459c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.4.0 +2.5.0