Skip to content

Commit

Permalink
Release of v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Karunakaran A <karunakaran_amirthalingam@cable.comcast.com>
  • Loading branch information
karuna2git committed Oct 4, 2024
1 parent be6a61d commit e55d0f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ 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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [0.4.0] - 2024-10-04
### Added
- Added RDKLogger Integration
- Fixed Legacy Network API for getIPSetting2
- Includes critical bug fixes

## [0.3.0] - 2024-09-16
### Added
Expand All @@ -23,7 +27,6 @@ All notable changes to this RDK Service will be documented in this file.
- Fixed activation & subscription flow
- Includes bug fixes


## [0.2.0] - 2024-05-27
### Added
- Restructured the NetworkManager folder organization
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(WPEFramework)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_MINOR 4)
set(VERSION_PATCH 0)

add_compile_definitions(NETWORKMANAGER_MAJOR_VERSION=${VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion NetworkManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"locator": "libWPEFrameworkNetworkManager.so",
"status": "production",
"description": "A Unified `NetworkManager` plugin that allows you to manage Ethernet and Wifi interfaces on the device.",
"version": "0.3.0"
"version": "0.4.0"
},
"common": {
"$ref": "../../common/common.json"
Expand Down
2 changes: 1 addition & 1 deletion docs/NetworkManagerPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a name="head.NetworkManager_Plugin"></a>
# NetworkManager Plugin

**Version: [0.3.0]()**
**Version: [0.4.0]()**

A NetworkManager plugin for Thunder framework.

Expand Down

0 comments on commit e55d0f0

Please sign in to comment.