diff --git a/CHANGELOG.md b/CHANGELOG.md index e761c48..20ef5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2024.03.3] - 2024-03-29 Feature Release + +- Fix pyproject version ## [2024.03.2] - 2024-03-29 Feature Release diff --git a/pyproject.toml b/pyproject.toml index fc4a8a3..4a7da8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modbus2mqtt" -version = "2024.03.2" +version = "2024.03.3" description = "Gateway between Modbus TCP devices and MQTT." authors = ["Marcus Zoller "] license = "MIT"