diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d2861bab..0fe562fe85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Release History -## 1.2.0-beta.1 (Unreleased) +## 1.2.0-beta.1 (2021-07-09) ### New Features - Added a current depth field to the JSON reader. - Added base64 encoding and decoding APIs that accept `az_span`, available from the `azure/core/az_base64.h` header. +- Public preview version of a new set of APIs to simplify the experience using Azure IoT Plug and Play. To consume this new feature, the `az::iot::hub` CMake target has been updated. The APIs can be found in the header files: `az_iot_hub_client.h` and `az_iot_hub_client_properties.h`. +- New samples showing how to consume the new IoT Plug and Play APIs: + - paho_iot_pnp_component_sample.c + - paho_iot_pnp_sample.c + - paho_iot_pnp_with_provisioning_sample.c ### Bug Fixes