File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
18
Version 1.1.0 [2024-11-22]
5
19
--------------------------
6
20
Original file line number Diff line number Diff line change 1
- VERSION = (1 , 1 , 0 , 'final' )
1
+ VERSION = (1 , 1 , 1 , 'final' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments