diff --git a/CHANGELOG.md b/CHANGELOG.md index 8953160..019e697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## Next version +## 0.6.0 - January 13, 2024 ### 🚀 Added * [#26](https://github.com/sdss/lvmecp/issues/26) Add heartbeat. +### ⚙️ Engineering + +* Pinned `pymodbus` to 3.6.2 due to test errors in 3.11. + ## 0.5.1 - November 24, 2023 diff --git a/pyproject.toml b/pyproject.toml index 774645b..32c8c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-lvmecp" -version = "0.5.2a0" +version = "0.6.0" description = "A library and actor to communicate with an SDSS-V LVM Enclosure" authors = ["José Sánchez-Gallego ", "mingyeong yang "] license = "BSD-3-Clause"