From 28604f423d43883f85465d207a4b7b5d61d94186 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 31 Jan 2025 15:56:49 +0530 Subject: [PATCH] 1.1.1 release Signed-off-by: Gagan Deep --- CHANGES.rst | 17 +++++++++++++++++ openwisp_controller/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index fb0f951e7..65b2904e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,23 @@ Changelog ========= +Version 1.1.1 [2025-01-31] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Fixed `recovering deleted device with related location + `__. +- Fixed `deleting device with “deactivating” config status + `__. +- Fixed `conversion of MAC address to uppercase format + `__ with the + openwisp-config agent. +- Fixed `updating templates with invalid configurations to prevent + ValidationError due to cache invalidation mechanism + `__. + Version 1.1.0 [2024-11-22] -------------------------- diff --git a/openwisp_controller/__init__.py b/openwisp_controller/__init__.py index 6e2bfeb2a..b9128a1aa 100644 --- a/openwisp_controller/__init__.py +++ b/openwisp_controller/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'final') +VERSION = (1, 1, 1, 'final') __version__ = VERSION # alias