Skip to content

Commit ea173f7

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 1d70696 commit ea173f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 1.1.1 [2025-01-31]
5+
--------------------------
6+
7+
- Fixed `recovering deleted device with related
8+
location <https://github.com/openwisp/openwisp-controller/issues/936>`__.
9+
- Fixed `deleting device with “deactivating” config
10+
status <https://github.com/openwisp/openwisp-controller/issues/949>`__.
11+
- Fixed `conversion of MAC address to uppercase format
12+
<https://github.com/openwisp/openwisp-controller/issues/922>`__
13+
with the openwisp-config agent.
14+
- Fixed `updating templates with invalid configurations to prevent
15+
ValidationError due to cache invalidation
16+
mechanism <https://github.com/openwisp/openwisp-controller/pull/948>`__.
17+
418
Version 1.1.0 [2024-11-22]
519
--------------------------
620

openwisp_controller/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'final')
1+
VERSION = (1, 1, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)