From a6320569886107e80c62bf96eee6f88bf8d554e9 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Wed, 8 Sep 2021 18:01:05 -0700 Subject: [PATCH] Fix up the changelog year for 1.2.0 to be 2021 instead of 2017 (#1914) * Fix up the changelog year * Fixup headings to confirm to new wording. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b17b900f..ebb7223d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Release History -## 1.2.0 (2017-09-08) +## 1.2.0 (2021-09-08) -### New Features +### Features Added - Add `az_iot_provisioning_client_get_request_payload()` to create MQTT payload bodies during Device Provisioning. - This version provides new APIs to follow the IoT Plug and Play convention to implement Telemetry, Commands, Properties and Components defined in a DTDL model. @@ -11,7 +11,7 @@ - When responding to a command invocation the component name is automatically parsed and provided when available. - All new samples follow the IoT Plug and Play convention and can be connected to IoT Hub (with or without DPS), or IoT Central. -### Bug Fixes +### Bugs Fixed - [[#1905]](https://github.com/Azure/azure-sdk-for-c/pull/1905) Fix the internal state of the JSON writer during calls to `az_json_writer_append_json_text()` by taking into account the required buffer space for commas. (A community contribution, courtesy of _[hwmaier](https://github.com/hwmaier)_)