diff --git a/Network/CHANGELOG.md b/Network/CHANGELOG.md index b2afed8c57..3b17760dec 100644 --- a/Network/CHANGELOG.md +++ b/Network/CHANGELOG.md @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file. * For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README. +## [1.3.5] - 2024-04-19 +### Added +- added retry logic for connectivity monitor + ## [1.3.4] - 2024-03-25 ### Fixed - RDKTV-29511 :network will auto disconnect then connect diff --git a/Network/Network.cpp b/Network/Network.cpp index 49a40d0fb5..9f278f3ae2 100644 --- a/Network/Network.cpp +++ b/Network/Network.cpp @@ -35,7 +35,7 @@ using namespace std; #define API_VERSION_NUMBER_MAJOR 1 #define API_VERSION_NUMBER_MINOR 3 -#define API_VERSION_NUMBER_PATCH 4 +#define API_VERSION_NUMBER_PATCH 5 /* Netsrvmgr Based Macros & Structures */ #define IARM_BUS_NM_SRV_MGR_NAME "NET_SRV_MGR"