File tree 2 files changed +18
-1
lines changed
2 files changed +18
-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
+ Bugfixes
8
+ ~~~~~~~~
9
+
10
+ - Fixed `recovering deleted device with related
11
+ location <https://github.com/openwisp/openwisp-controller/issues/936> `__.
12
+ - Fixed `deleting device with “deactivating” config
13
+ status <https://github.com/openwisp/openwisp-controller/issues/949> `__.
14
+ - Fixed `conversion of MAC address to uppercase format
15
+ <https://github.com/openwisp/openwisp-controller/issues/922> `__
16
+ with the openwisp-config agent.
17
+ - Fixed `updating templates with invalid configurations to prevent
18
+ ValidationError due to cache invalidation
19
+ mechanism <https://github.com/openwisp/openwisp-controller/pull/948> `__.
20
+
4
21
Version 1.1.0 [2024-11-22]
5
22
--------------------------
6
23
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