From 5d43f9660fb432470423ceb5665292ae8d9b6ae6 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Tue, 11 Jun 2024 20:50:49 +1000 Subject: [PATCH] bump(console): 1.0.1 -> 1.1.0 1.1.0 Features - Added support to join pre-configured network (bdbf16c1) --- components/console_cmd_wifi/.cz.yaml | 2 +- components/console_cmd_wifi/CHANGELOG.md | 6 ++++++ components/console_cmd_wifi/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/console_cmd_wifi/.cz.yaml b/components/console_cmd_wifi/.cz.yaml index 5cfa31087..82d7a17c8 100644 --- a/components/console_cmd_wifi/.cz.yaml +++ b/components/console_cmd_wifi/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_wifi tag_format: console_cmd_wifi-v$version - version: 1.0.1 + version: 1.1.0 version_files: - idf_component.yml diff --git a/components/console_cmd_wifi/CHANGELOG.md b/components/console_cmd_wifi/CHANGELOG.md index 4f1af1d38..85bc31fea 100644 --- a/components/console_cmd_wifi/CHANGELOG.md +++ b/components/console_cmd_wifi/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.0](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.1.0) + +### Features + +- Added support to join pre-configured network ([bdbf16c1](https://github.com/espressif/esp-protocols/commit/bdbf16c1)) + ## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.0.1) ### Features diff --git a/components/console_cmd_wifi/idf_component.yml b/components/console_cmd_wifi/idf_component.yml index 312ea93cd..5d5b70b0e 100644 --- a/components/console_cmd_wifi/idf_component.yml +++ b/components/console_cmd_wifi/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.0.1 +version: 1.1.0 url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_wifi description: The component offers a console that enables runtime wifi configuration and monitoring. dependencies: