Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 26, 2024
1 parent 32ffd04 commit 46a2788
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

Version 1.1.1 [2024-11-26]
--------------------------

Bugfixes
~~~~~~~~

- Fixed a backward compatibility issue with custom health status labels:
previously, if customized health status labels
(``OPENWISP_MONITORING_HEALTH_STATUS_LABELS``) were used and the new
"deactivated" status label was missing after an upgrade, the application
would crash during startup. In this version, a default set of valid
labels is always available, which is then overridden by custom labels as
needed.

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

Expand Down
2 changes: 1 addition & 1 deletion openwisp_monitoring/__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 46a2788

Please sign in to comment.