Skip to content

Commit 3fc4fad

Browse files
committed
25.10.1 release
1 parent 45ad90b commit 3fc4fad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change log
22

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+
317
## Version 25.10.0 [2025-10-24]
418

519
### Features

templates/openwisp2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__openwisp_version__ = "25.10.0"
1+
__openwisp_version__ = "25.10.1"
22
__openwisp_installation_method__ = (
33
'{{ openwisp2_installation_method | default("ansible-openwisp2") }}'
44
)

0 commit comments

Comments
 (0)