From c525cca65d86205b3e94e0ecd3d61ccaad9d0a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Mon, 23 May 2022 09:06:39 -0700 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da578fb..3dcd469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.2.2 - May 23, 2022 + +* Added IEB02 to NPS configuration. +* Removed `iboot` power switch code. +* Improvements to testing and docs. + + ## 0.2.1e,f - October 25, 2021 This was a Minor update of version 0.2.1 , based on the code review from @albireox @@ -44,7 +51,7 @@ changed the way connecting to the powerswitch using 'get' and 'put' method from ## 0.2.0 - August 13, 2021 * Initial version of the library and actor. Supports communication with the Network power switch, lvmnps command to on, off and cycle the nps and return the status of power. - + * wrench Basic documentation(https://lvmnps.readthedocs.io/en/latest/).