From 608b835680ac76795306ee83192234bfb3f1f3e2 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 7 May 2024 20:06:43 +0200 Subject: [PATCH] bump(wifi_remote): 0.2.0 -> 0.2.1 0.2.1 Bug Fixes - Added misc wifi API in eppp impl (93256d1) - Updated eppp dependency not to use fixed version (3a48c06) --- components/esp_wifi_remote/.cz.yaml | 2 +- components/esp_wifi_remote/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi_remote/.cz.yaml b/components/esp_wifi_remote/.cz.yaml index 4cbf53c2b..6c3fb702a 100644 --- a/components/esp_wifi_remote/.cz.yaml +++ b/components/esp_wifi_remote/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(wifi_remote): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote tag_format: wifi_remote-v$version - version: 0.2.0 + version: 0.2.1 version_files: - idf_component.yml diff --git a/components/esp_wifi_remote/CHANGELOG.md b/components/esp_wifi_remote/CHANGELOG.md index 2d49bd147..76ea35d9a 100644 --- a/components/esp_wifi_remote/CHANGELOG.md +++ b/components/esp_wifi_remote/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.1) + +### Bug Fixes + +- Added misc wifi API in eppp impl ([93256d1](https://github.com/espressif/esp-protocols/commit/93256d1)) +- Updated eppp dependency not to use fixed version ([3a48c06](https://github.com/espressif/esp-protocols/commit/3a48c06)) + ## [0.2.0](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.0) ### Features