Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
<https://github.com/openwisp/ansible-openwisp2/issues/593>`_
- Fixed duplicated conflicting Referrer-Policy header

## Version 25.10.1 [2025-12-17]

### Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/openwisp2/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__openwisp_version__ = "25.10.1"
__openwisp_version__ = "25.10.2"
__openwisp_installation_method__ = (
'{{ openwisp2_installation_method | default("ansible-openwisp2") }}'
)