Skip to content

Commit 76fdf4a

Browse files
committed
1.1.2 release
1 parent c5f4597 commit 76fdf4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
==========
33

4+
Version 1.1.2 [2025-08-18]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- FreeRADIUS API: forgive empty ``input_octets``/``output_octets``
11+
- Exclude ``location_id`` from ``radius_acc`` extra_tags if missing
12+
- Optimized query for RADIUS monitoring dashboard charts
13+
414
Version 1.1.1 [2025-01-31]
515
--------------------------
616

openwisp_radius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 1, 'final')
1+
VERSION = (1, 1, 2, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)