From 74cdd38ea94b2ee97fde54b9d3ed2f20e194c1b0 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Thu, 15 Feb 2024 18:07:00 -0300 Subject: [PATCH] release: bumped 2023.2.0 --- CHANGELOG.rst | 3 +++ kytos.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40fdc0f..a56e8d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ [UNRELEASED] - Under development ******************************** +[2023.2.0] - 2024-02-16 +*********************** + Added ===== - Subscribed to ``"kytos/telemetry_int.enable_table"`` to support ``telemetry_int`` diff --git a/kytos.json b/kytos.json index 25995d7..9b64599 100644 --- a/kytos.json +++ b/kytos.json @@ -3,9 +3,9 @@ "username": "kytos", "name": "of_multi_table", "description": "This NApp implements Oplenflow multi tables", - "version": "2023.1.0", + "version": "2023.2.0", "napp_dependencies": ["kytos/flow_manager", "kytos/of_core"], "license": "MIT", "tags": [], "url": "https://github.com/kytos-ng/of_multi_table.git" -} \ No newline at end of file +}