Skip to content

Commit 169290c

Browse files
committed
0.9.0 release
1 parent a6ffdf4 commit 169290c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Changelog
22
=========
33

4-
Version 0.9.0 [unreleased]
4+
Version 0.9.0 [28-07-2020]
55
--------------------------
66

7-
WIP
7+
- **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>`_
811

912
Version 0.8.0 [28-06-2020]
1013
--------------------------

netdiff/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 9, 0, 'alpha')
1+
VERSION = (0, 9, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)