diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f08eb..5a9cba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.1](https://github.com/gavinying/modpoll/compare/v1.6.0...v1.6.1) (2026-08-19) + + +### Bug Fixes + +* Fail fast on Poetry lock drift and invalidate stale CI venv caches ([#107](https://github.com/gavinying/modpoll/issues/107)) ([e274c4a](https://github.com/gavinying/modpoll/commit/e274c4afaff286bee248b12e356b906c24c22b44)) +* remove clean_session from MQTT v3.1.1 connect call ([#105](https://github.com/gavinying/modpoll/issues/105)) ([565e4c9](https://github.com/gavinying/modpoll/commit/565e4c9d58fd542c74a708952c7723bafdbbca1a)) + ## [1.6.0](https://github.com/gavinying/modpoll/compare/v1.5.1...v1.6.0) (2025-12-06) diff --git a/pyproject.toml b/pyproject.toml index c3becfa..916286b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modpoll" -version = "1.6.0" +version = "1.6.1" description = "A New Command-line Tool for Modbus and MQTT" authors = ["Ying Shaodong "] repository = "https://github.com/gavinying/modpoll"