Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
  • Loading branch information
pandafy committed Jan 31, 2025
1 parent 58118bd commit a1d99f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Change log
==========

Version 1.1.1 [2025-01-31]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `bug in FreeRADIUS PostAuthView
<https://github.com/openwisp/openwisp-radius/issues/467>`_ that caused a
server 500 error when ``called_station_id`` exceeded 50 characters. The
maximum length has been updated to ``253`` characters.
- Fixed `handling of UTF-16 encoded CSV files
<https://github.com/openwisp/openwisp-radius/issues/550>`_ for
batch user creation.

Version 1.1.0 [2024-11-21]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_radius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final')
VERSION = (1, 1, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit a1d99f9

Please # to comment.