We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ffdf4 commit 169290cCopy full SHA for 169290c
CHANGES.rst
@@ -1,10 +1,13 @@
1
Changelog
2
=========
3
4
-Version 0.9.0 [unreleased]
+Version 0.9.0 [28-07-2020]
5
--------------------------
6
7
-WIP
+- **Backward incompatible change for OpenVPN Parser**:
8
+ switched to use common name as netjson ID to avoid duplicate nodes when
9
+ multiple nodes are behind the same public IP, for more information
10
+ see `Specialized features: OpenVPN <https://github.com/openwisp/netdiff#openvpn>`_
11
12
Version 0.8.0 [28-06-2020]
13
netdiff/info.py
@@ -1,4 +1,4 @@
-VERSION = (0, 9, 0, 'alpha')
+VERSION = (0, 9, 0, 'final')
__version__ = VERSION
0 commit comments