Skip to content

Commit 5d33a89

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.rst

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

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+
421
Version 1.1.0 [2024-11-22]
522
--------------------------
623

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)