From d053d671f4a93a51dac1611e327f524e5f5b343c Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 13 Mar 2024 08:28:02 +0100 Subject: [PATCH] bump(wifi_remote): Initial version 0.1.12 0.1.12 Features - Added generation step for wifi_remote based on IDF (dfb00358) - Move to esp-protocols (edc3c2d) --- components/esp_wifi_remote/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 components/esp_wifi_remote/CHANGELOG.md diff --git a/components/esp_wifi_remote/CHANGELOG.md b/components/esp_wifi_remote/CHANGELOG.md new file mode 100644 index 000000000..414e56c2e --- /dev/null +++ b/components/esp_wifi_remote/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.12](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.1.12) + +### Features + +- Added generation step for wifi_remote based on IDF ([dfb00358](https://github.com/espressif/esp-protocols/commit/dfb00358)) +- Move to esp-protocols ([edc3c2d](https://github.com/espressif/esp-protocols/commit/edc3c2d))