diff --git a/CHANGES.md b/CHANGES.md index 71b32e50..72d68393 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Change log +## Version 25.10.2 [2026-01-28] + +# Bugfixes + +- Temporarily pinned drf-yasg to 1.21.11 as a workaround to`#593 + `_ +- Fixed duplicated conflicting Referrer-Policy header + ## Version 25.10.1 [2025-12-17] ### Changes diff --git a/templates/openwisp2/version.py b/templates/openwisp2/version.py index 5652c62b..d802a016 100644 --- a/templates/openwisp2/version.py +++ b/templates/openwisp2/version.py @@ -1,4 +1,4 @@ -__openwisp_version__ = "25.10.1" +__openwisp_version__ = "25.10.2" __openwisp_installation_method__ = ( '{{ openwisp2_installation_method | default("ansible-openwisp2") }}' )