diff --git a/components/console_cmd_ifconfig/.cz.yaml b/components/console_cmd_ifconfig/.cz.yaml index 817526115..2d234ba46 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: 1.0.0 + version: 1.0.1 version_files: - idf_component.yml diff --git a/components/console_cmd_ifconfig/CHANGELOG.md b/components/console_cmd_ifconfig/CHANGELOG.md index 8ea9bd844..4835f6292 100644 --- a/components/console_cmd_ifconfig/CHANGELOG.md +++ b/components/console_cmd_ifconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.1) + +### Bug Fixes + +- Fixed ifconfig command for PPP interface and IPv4 only ([8548dabb](https://github.com/espressif/esp-protocols/commit/8548dabb)) + ## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.0) ### Features diff --git a/components/console_cmd_ifconfig/idf_component.yml b/components/console_cmd_ifconfig/idf_component.yml index 615ed2462..517ac7aba 100644 --- a/components/console_cmd_ifconfig/idf_component.yml +++ b/components/console_cmd_ifconfig/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.0.0 +version: 1.0.1 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: