diff --git a/HISTORY.rst b/HISTORY.rst index bd71afebe..186af7354 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,9 +9,13 @@ Release History **General updates** -* Dropped support for Python 3.7. The IoT extension is constrained to Python 3.8 or greater. +* **Dropped support for Python 3.7**. The IoT extension is constrained to Python 3.8 or greater. If for whatever reason you cannot upgrade from 3.7 you are able to use older extension versions. +**IoT Hub updates** + +* Fix for `iot hub state` commands failing on IoT Hubs missing certain ARM properties +* Minor updates to support GA of Cosmos DB container message endpoints 0.21.5 +++++++++++++++ diff --git a/azext_iot/constants.py b/azext_iot/constants.py index 4699ea57e..a1b03e27a 100644 --- a/azext_iot/constants.py +++ b/azext_iot/constants.py @@ -7,7 +7,7 @@ import os -VERSION = "0.21.5" +VERSION = "0.22.0" EXTENSION_NAME = "azure-iot" EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) EXTENSION_CONFIG_ROOT_KEY = "iotext"