diff --git a/components/console_cmd_ifconfig/.cz.yaml b/components/console_cmd_ifconfig/.cz.yaml index 21a4aa998..817526115 100644 --- a/components/console_cmd_ifconfig/.cz.yaml +++ b/components/console_cmd_ifconfig/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_ifconfig tag_format: console_cmd_ifconfig-v$version - version: 0.0.9 + version: 1.0.0 version_files: - idf_component.yml diff --git a/components/console_cmd_ifconfig/CHANGELOG.md b/components/console_cmd_ifconfig/CHANGELOG.md new file mode 100644 index 000000000..8ea9bd844 --- /dev/null +++ b/components/console_cmd_ifconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.0) + +### Features + +- Console for runtime network interface configuration and monitoring ([8bab1420](https://github.com/espressif/esp-protocols/commit/8bab1420)) diff --git a/components/console_cmd_ifconfig/idf_component.yml b/components/console_cmd_ifconfig/idf_component.yml index 57041a43d..615ed2462 100644 --- a/components/console_cmd_ifconfig/idf_component.yml +++ b/components/console_cmd_ifconfig/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.9 +version: 1.0.0 url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ifconfig description: The component offers a console that enables runtime network interface configuration and monitoring. dependencies: