From a5db466ec23d5f8480d7787f7bbdf0429e7c6a1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:45:33 +0000 Subject: [PATCH] chore: release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ idf_component.yml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 481455e..d7e63cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.0](https://github.com/espressif/esp-mqtt/compare/v1.1.0...v1.2.0) (2026-08-18) + + +### Features + +* Adds a state to reported states to differentiate init ([078081e](https://github.com/espressif/esp-mqtt/commit/078081edcc2613c46f2e5d36beb1699db6c7f9aa)), closes [#307](https://github.com/espressif/esp-mqtt/issues/307) + + +### Bug Fixes + +* Examples to use available mosquitto broker ([6694e60](https://github.com/espressif/esp-mqtt/commit/6694e60134ccffc3e36599c4468373140af455aa)) +* **mqtt5:** Prevent OOB read from mqtt 5 property ([bfa16b9](https://github.com/espressif/esp-mqtt/commit/bfa16b9236f44443dba7b46e834a477d380ec759)) + + +### Documentation + +* Fix documentation formatting to improve reading ([5dc88a6](https://github.com/espressif/esp-mqtt/commit/5dc88a64920205fe148f6fcb0d2d61ca751b3c6e)), closes [#336](https://github.com/espressif/esp-mqtt/issues/336) + ## [1.1.0](https://github.com/espressif/esp-mqtt/compare/v1.0.0...v1.1.0) (2026-07-30) diff --git a/idf_component.yml b/idf_component.yml index a3bc571..da1bce7 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ name: mqtt -version: 1.1.0 +version: 1.2.0 description: >- ESP-MQTT - A robust MQTT client library for ESP32 microcontrollers supporting MQTT 3.1.1 and 5.0 protocols with multiple transport layers