Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Jan 31, 2025
1 parent 1d70696 commit 28604f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

Version 1.1.1 [2025-01-31]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `recovering deleted device with related location
<https://github.com/openwisp/openwisp-controller/issues/936>`__.
- Fixed `deleting device with “deactivating” config status
<https://github.com/openwisp/openwisp-controller/issues/949>`__.
- Fixed `conversion of MAC address to uppercase format
<https://github.com/openwisp/openwisp-controller/issues/922>`__ with the
openwisp-config agent.
- Fixed `updating templates with invalid configurations to prevent
ValidationError due to cache invalidation mechanism
<https://github.com/openwisp/openwisp-controller/pull/948>`__.

Version 1.1.0 [2024-11-22]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final')
VERSION = (1, 1, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 28604f4

Please sign in to comment.