Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Change log
==========

Version 1.2.1 [2026-03-12]
--------------------------

Changes
~~~~~~~

Dependencies
++++++++++++

- Bumped ``jsonschema~=4.26.0``

Bugfixes
~~~~~~~~

- OpenWrt: turned output of tls_cipher to UCI list `#349
<https://github.com/openwisp/netjsonconfig/issues/349>`_
- Fixed naive boolean coercion `#383
<https://github.com/openwisp/netjsonconfig/issues/383>`_

Version 1.2.0 [2025-10-23]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 2, 0, "final")
VERSION = (1, 2, 1, "final")
__version__ = VERSION


Expand Down
Loading