From be1a12e4f698afd5b46228ebfb490468ebaad393 Mon Sep 17 00:00:00 2001 From: Karunakaran A Date: Mon, 30 Dec 2024 21:35:47 -0500 Subject: [PATCH] Release of v0.7.0 Signed-off-by: Karunakaran A --- CHANGELOG.md | 10 ++++++++++ CMakeLists.txt | 2 +- NetworkManager.json | 2 +- docs/NetworkManagerPlugin.md | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffd188e..018968fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ All notable changes to this RDK Service will be documented in this file. * Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development. +## [0.7.0] - 2024-12-30 +### Added +- Gnome WPS custom design implemented +- Handle interface status based on IPAddress change event +- Cleanup STUN client codebase +- Handle JSON Event Subscription +- Handle Platform Init and Configure functions of out-of-process +- Handle the startup order +- Added L1 test cases for the plugins + ## [0.6.0] - 2024-12-10 ### Added - Added specific SSID/frequency scanning diff --git a/CMakeLists.txt b/CMakeLists.txt index 82961a4b..363463c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ find_package(WPEFramework) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") set(VERSION_MAJOR 0) -set(VERSION_MINOR 6) +set(VERSION_MINOR 7) set(VERSION_PATCH 0) add_compile_definitions(NETWORKMANAGER_MAJOR_VERSION=${VERSION_MAJOR}) diff --git a/NetworkManager.json b/NetworkManager.json index fb9f5c33..028586d7 100644 --- a/NetworkManager.json +++ b/NetworkManager.json @@ -9,7 +9,7 @@ "status": "development", "description": "A Unified `NetworkManager` plugin that allows you to manage Ethernet and Wifi interfaces on the device.", "sourcelocation": "https://github.com/rdkcentral/networkmanager/blob/main/NetworkManager.json", - "version": "0.6.0" + "version": "0.7.0" }, "definitions": { "success": { diff --git a/docs/NetworkManagerPlugin.md b/docs/NetworkManagerPlugin.md index 8c6b3f3e..61b3ea51 100644 --- a/docs/NetworkManagerPlugin.md +++ b/docs/NetworkManagerPlugin.md @@ -2,7 +2,7 @@ # NetworkManager Plugin -**Version: 0.6.0** +**Version: 0.7.0** **Status: :white_circle::white_circle::white_circle:** @@ -23,7 +23,7 @@ org.rdk.NetworkManager interface for Thunder framework. ## Scope -This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 0.6.0). It includes detailed specification about its methods provided and notifications sent. +This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 0.7.0). It includes detailed specification about its methods provided and notifications sent. ## Case Sensitivity