We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ad90b commit 3fc4fadCopy full SHA for 3fc4fad
2 files changed
CHANGES.md
@@ -1,5 +1,19 @@
1
# Change log
2
3
+## Version 25.10.1 [2025-12-17]
4
+
5
+### Changes
6
7
+#### Dependencies
8
9
+- Bumped `ansible-core<2.21`
10
11
+### Bugfixes
12
13
+- Copy static files only if `ow2_static` directory is present [#569](https://github.com/openwisp/ansible-openwisp2/issues/569)
14
+- Stricter `freeradius_eap_orgs` conditional [#576](https://github.com/openwisp/ansible-openwisp2/issues/576)
15
+- Limit `django-celery-email-reboot` to `4.1.x`
16
17
## Version 25.10.0 [2025-10-24]
18
19
### Features
templates/openwisp2/version.py
@@ -1,4 +1,4 @@
-__openwisp_version__ = "25.10.0"
+__openwisp_version__ = "25.10.1"
__openwisp_installation_method__ = (
'{{ openwisp2_installation_method | default("ansible-openwisp2") }}'
)
0 commit comments