Skip to content

Commit 28604f4

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 1d70696 commit 28604f4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
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 location
11+
<https://github.com/openwisp/openwisp-controller/issues/936>`__.
12+
- Fixed `deleting device with “deactivating” config status
13+
<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>`__ with the
16+
openwisp-config agent.
17+
- Fixed `updating templates with invalid configurations to prevent
18+
ValidationError due to cache invalidation mechanism
19+
<https://github.com/openwisp/openwisp-controller/pull/948>`__.
20+
421
Version 1.1.0 [2024-11-22]
522
--------------------------
623

openwisp_controller/__init__.py

Lines changed: 1 addition & 1 deletion
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)