diff --git a/CHANGES.rst b/CHANGES.rst index cd1b4cb..21f6894 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,23 @@ Changelog ========= -Version 1.1.0 [unreleased] +Version 1.1.0 [14-08-2024] -------------------------- -WIP +Features +~~~~~~~~ + +- Added parser for WireGuard +- Added parser for ZeroTier + +Changes +~~~~~~~ + +**Dependencies:** + +- Bumped ``networkx>=2.6,<3.4`` +- Added support for Python ``3.10`` +- Dropped support for Python ``3.7`` Version 1.0.0 [28-04-2022] -------------------------- diff --git a/netdiff/info.py b/netdiff/info.py index b1a9bb2..00e80d2 100644 --- a/netdiff/info.py +++ b/netdiff/info.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'alpha') +VERSION = (1, 1, 0, 'final') __version__ = VERSION