From 9d45503e5c1dc35965f08187ce1d79b3d41a0acc Mon Sep 17 00:00:00 2001 From: bradleysmith23 Date: Thu, 16 Nov 2023 16:12:03 -0800 Subject: [PATCH 1/2] Update changelog.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4a91bd..f5179671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for AWS IoT Jobs Library +## v1.4.0 (November 2023) +- [#90](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/90) Update doxygen to reflect addition of OTA Job Parser +- [#88](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/88) ADD OTA Job Parser from [Labs-Project-example-for-aws-iot-core](https://github.com/FreeRTOS/Labs-Project-ota-example-for-aws-iot-core) +- [#86](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/85) MISRA C:2012 Compliance update +- [#85](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/85) Add API's from core_jobs.c in [Labs-Project-example-for-aws-iot-core](https://github.com/FreeRTOS/Labs-Project-ota-example-for-aws-iot-core) + ## v1.3.0 (October 2022) ### Other Updates: From 503ff6f775145bce58a3f30caaeed04c756103d6 Mon Sep 17 00:00:00 2001 From: bradleysmith23 Date: Thu, 16 Nov 2023 18:04:39 -0800 Subject: [PATCH 2/2] Remove references to labs project from changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5179671..46802fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## v1.4.0 (November 2023) - [#90](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/90) Update doxygen to reflect addition of OTA Job Parser -- [#88](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/88) ADD OTA Job Parser from [Labs-Project-example-for-aws-iot-core](https://github.com/FreeRTOS/Labs-Project-ota-example-for-aws-iot-core) +- [#88](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/88) ADD OTA Job Parser for parsing out the fields of an incoming Job Document sent to a device from AWS IoT - [#86](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/85) MISRA C:2012 Compliance update -- [#85](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/85) Add API's from core_jobs.c in [Labs-Project-example-for-aws-iot-core](https://github.com/FreeRTOS/Labs-Project-ota-example-for-aws-iot-core) +- [#85](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/85) Add API's to jobs.c for interacting with the AWS IoT Jobs Service ## v1.3.0 (October 2022)