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 4ebdea6 commit 8e39e05Copy full SHA for 8e39e05
CHANGES.rst
@@ -1,10 +1,15 @@
1
Changelog
2
=========
3
4
-Version 0.5.2 [unreleased]
+Version 0.5.2 [26-12-2017]
5
--------------------------
6
7
-WIP
+- `#55 <https://github.com/ninuxorg/netdiff/pull/55>`_:
8
+ Added a label in OpenvpnParser output
9
+- `#52 <https://github.com/ninuxorg/netdiff/pull/52>`_:
10
+ Added a label in NetjsonParser output
11
+- `#49 <https://github.com/ninuxorg/netdiff/pull/49>`_:
12
+ Added support to TAP mode in OpenVPN parser
13
14
Version 0.5.1 [29-09-2017]
15
netdiff/info.py
@@ -1,4 +1,4 @@
-VERSION = (0, 5, 2, 'alpha')
+VERSION = (0, 5, 2, 'final')
__version__ = VERSION
0 commit comments