Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 10, 2022
1 parent 616ea30 commit 61a01fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change log
==========

Version 1.0.1 [2022-05-10]
--------------------------

- Fixed a bug in the organization radius settings form which was causing it
to not display some default values correctly
- Fixed a bug in allowed mobile prefix implementation:
the implementation was joining the globally allowed prefixes
and the prefixes allowed at org level, with the result
that disabling a prefix at org level was not possible
- Called-station-ID command: log with warning instead of ``warn`` or ``error``:
- warn > warning (warn is deprecated)
- use warning instead of errors for more temporary connection issues cases

Version 1.0.0 [2022-04-18]
--------------------------

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, 0, 0, 'final')
VERSION = (1, 0, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 61a01fd

Please sign in to comment.