Skip to content

Commit 672df98

Browse files
committed
0.2.0 release
1 parent 9d0378b commit 672df98

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Changelog
22
=========
33

4+
Version 0.2.0 [2020-10-16]
5+
--------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
- Added organization in list display, possibility to filter by organization,
11+
and other minor improvements
12+
- Added OpenAPI documentation (a.k.a. REST swagger) for the REST API
13+
- Added bearer token authentication to REST API
14+
15+
Changes
16+
~~~~~~~
17+
18+
- Allow subnets to be shared
19+
- Changed hosts API endpoint for consistency
20+
- Added trailing slash to endpoints for consistency
21+
22+
Bugfixes
23+
~~~~~~~~
24+
25+
- Fixed master subnet multitenant validation
26+
- Fixed master subnet multitenant validation
27+
- Fixed admin multitenancy issue in hierarchical view
28+
- Fixed integration tests with openwisp-users 0.4.1
29+
- Fixed wrong API URL for ``list_create_ip_address``
30+
- Add MANIFEST to fix missing admin templates from python package
31+
432
Version 0.1.1 [2020-09-03]
533
--------------------------
634

openwisp_ipam/__init__.py

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

44

0 commit comments

Comments
 (0)