Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Oct 16, 2020
1 parent 9d0378b commit 672df98
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Changelog
=========

Version 0.2.0 [2020-10-16]
--------------------------

Features
~~~~~~~~

- Added organization in list display, possibility to filter by organization,
and other minor improvements
- Added OpenAPI documentation (a.k.a. REST swagger) for the REST API
- Added bearer token authentication to REST API

Changes
~~~~~~~

- Allow subnets to be shared
- Changed hosts API endpoint for consistency
- Added trailing slash to endpoints for consistency

Bugfixes
~~~~~~~~

- Fixed master subnet multitenant validation
- Fixed master subnet multitenant validation
- Fixed admin multitenancy issue in hierarchical view
- Fixed integration tests with openwisp-users 0.4.1
- Fixed wrong API URL for ``list_create_ip_address``
- Add MANIFEST to fix missing admin templates from python package

Version 0.1.1 [2020-09-03]
--------------------------

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


Expand Down

0 comments on commit 672df98

Please sign in to comment.