diff --git a/CHANGES.rst b/CHANGES.rst index 15ca3bf3..b3ac65e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,30 @@ Changelog ========= +Version 25.10.2 [2026-01-31] +---------------------------- + +Changes +~~~~~~~ + +Dependencies +++++++++++++ + +- Bump python in /images/openwisp_base +- Updated base debian image `#545 + `_ +- Update boto3 requirement in /images +- Bump alpine from 3.22 to 3.23 in /images/openwisp_postfix +- Bump nginx in /images/openwisp_nginx +- Bump alpine from 3.22 to 3.23 in /images/openwisp_nfs + +Bugfixes +~~~~~~~~ + +- Made OpenVPN container optional `#490 + `_ +- Fixed duplicated conflicting `Referrer-Policy` header + Version 25.10.1 [2025-12-19] ---------------------------- diff --git a/Makefile b/Makefile index d05c13f0..d5c70ba9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Find documentation in README.md under # the heading "Makefile Options". -OPENWISP_VERSION = 25.10.1 +OPENWISP_VERSION = 25.10.2 SHELL := /bin/bash .SILENT: clean pull start stop