diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c161f48..ba6fd63 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,14 +5,9 @@ All notable changes to the of_lldp NApp will be documented in this file. [UNRELEASED] - Under development ******************************** -Added -===== -Changed -======= - -Deprecated -========== +[2022.3.0] - 2022-12-15 +*********************** Removed ======= @@ -22,9 +17,6 @@ Fixed ===== - Added early return when trying to process a loop or consume liveness in case interfaces haven't been created yet. -Security -======== - [2022.2.0] - 2022-08-05 *********************** diff --git a/kytos.json b/kytos.json index 45e4907..59b771c 100644 --- a/kytos.json +++ b/kytos.json @@ -3,7 +3,7 @@ "username": "kytos", "name": "of_lldp", "description": "Discover network-to-network interfaces (NNIs) using the LLDP protocol.", - "version": "2022.2.0", + "version": "2022.3.0", "napp_dependencies": ["kytos/of_core", "kytos/flow_manager", "kytos/topology"], "license": "MIT", "url": "https://github.com/kytos/of_lldp.git",