diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b41cef..17845a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [4.2.0](https://github.com/rdkcentral/meta-application-rdke-release/compare/4.1.6...4.2.0) + +- Deploy cla action [`#40`](https://github.com/rdkcentral/meta-application-rdke-release/pull/40) +- RDKECOREMW-382: Update application release ipk feed path [`#47`](https://github.com/rdkcentral/meta-application-rdke-release/pull/47) +- Update version to 4.2.0 [`ebc07d4`](https://github.com/rdkcentral/meta-application-rdke-release/commit/ebc07d4a66959876633dcbef5a080870f4072209) +- Merge tag '4.1.6' into develop [`f39e9db`](https://github.com/rdkcentral/meta-application-rdke-release/commit/f39e9dbf3025ba1517f65125eb5c19576c4d3bcc) + #### [4.1.6](https://github.com/rdkcentral/meta-application-rdke-release/compare/4.1.5...4.1.6) +> 10 July 2025 + +- Update CHANGELOG.md [`6d36319`](https://github.com/rdkcentral/meta-application-rdke-release/commit/6d3631932b7f51ea3e05e53f4133c8990281a1ed) - Update Version to 4.1.6 [`9325b0c`](https://github.com/rdkcentral/meta-application-rdke-release/commit/9325b0c9c1fb9f3d09904b8142300c3cc1ba8e77) - Merge tag '4.1.5' into develop [`7910b3c`](https://github.com/rdkcentral/meta-application-rdke-release/commit/7910b3c5dd5688a61ff9e5db59164b108ebe6374) diff --git a/conf/machine/include/application.inc b/conf/machine/include/application.inc index c9cb8bf..a58f307 100644 --- a/conf/machine/include/application.inc +++ b/conf/machine/include/application.inc @@ -5,7 +5,7 @@ PACKAGE_EXTRA_ARCHS:append = " ${APPLICATION_LAYER_ARCH}" # See release note for configuration details. RDK_ARTIFACTS_BASE_URL ?= "" -APPLICATION_LAYER_VERSION = "4.1.6" +APPLICATION_LAYER_VERSION = "4.2.0" APPLICATION_IPK_PATH = "application-release/${APPLICATION_LAYER_VERSION}/${MACHINE}/ipks/${BUILD_VARIANT}" APPLICATION_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${APPLICATION_IPK_PATH}"