Skip to content

Commit

Permalink
0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Dec 11, 2020
1 parent cd82dc3 commit fc813af
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

Version 0.8.2 [2020-12-11]
--------------------------

Bugfixes
~~~~~~~~

- Fixed the `bug <https://github.com/openwisp/openwisp-controller/issues/334>`_
that prevented users from adding/editing access credentials.

Changes
~~~~~~~

- Increased `django-x509 <https://github.com/openwisp/django-x509#django-x509>`_
version to 0.9.2
- Increased `django-flat-json-widget <https://github.com/openwisp/django-flat-json-widget#django-flat-json-widget>`_
version to 0.1.2
- Changed the `preview` button colors for better readability
- Added *help text* for *device name* field

Version 0.8.1 [2020-12-02]
--------------------------

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


Expand Down
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms:
- linux
softwareType: standalone/web
releaseDate: '2020-12-02'
softwareVersion: 0.8.1
softwareVersion: 0.8.2
logo: 'openwisp.org.svg'
categories:
- network-management
Expand Down

0 comments on commit fc813af

Please sign in to comment.