From c714d24d75ef36b10d7ced822cf03adbf82c86fd Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Tue, 18 Jun 2024 12:49:02 +0200 Subject: [PATCH] bump(mqtt_cxx): 0.3.0 -> 0.4.0 0.4.0 Bug Fixes - Adds missing configuration fields (d4c6d5ed) --- components/esp_mqtt_cxx/.cz.yaml | 2 +- components/esp_mqtt_cxx/CHANGELOG.md | 6 ++++++ components/esp_mqtt_cxx/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/esp_mqtt_cxx/.cz.yaml b/components/esp_mqtt_cxx/.cz.yaml index cd2155b9e2..f8ce49be5c 100644 --- a/components/esp_mqtt_cxx/.cz.yaml +++ b/components/esp_mqtt_cxx/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(mqtt_cxx): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py esp_mqtt_cxx tag_format: mqtt_cxx-v$version - version: 0.3.0 + version: 0.4.0 version_files: - idf_component.yml diff --git a/components/esp_mqtt_cxx/CHANGELOG.md b/components/esp_mqtt_cxx/CHANGELOG.md index 5030dbda68..a39fd7050c 100644 --- a/components/esp_mqtt_cxx/CHANGELOG.md +++ b/components/esp_mqtt_cxx/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.0](https://github.com/espressif/esp-protocols/commits/mqtt_cxx-v0.4.0) + +### Bug Fixes + +- Adds missing configuration fields ([d4c6d5ed](https://github.com/espressif/esp-protocols/commit/d4c6d5ed)) + ## [0.3.0](https://github.com/espressif/esp-protocols/commits/mqtt_cxx-v0.3.0) ### Bug Fixes diff --git a/components/esp_mqtt_cxx/idf_component.yml b/components/esp_mqtt_cxx/idf_component.yml index 18e79762ea..f306ec8413 100644 --- a/components/esp_mqtt_cxx/idf_component.yml +++ b/components/esp_mqtt_cxx/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.3.0" +version: "0.4.0" description: C++ APIs for ESP-MQTT library url: https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx issues: https://github.com/espressif/esp-protocols/issues