diff --git a/components/esp_modem/.cz.yaml b/components/esp_modem/.cz.yaml index 736d036f0..6536e03e9 100644 --- a/components/esp_modem/.cz.yaml +++ b/components/esp_modem/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(modem): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py esp_modem tag_format: modem-v$version - version: 1.4.0 + version: 1.4.1 version_files: - idf_component.yml diff --git a/components/esp_modem/CHANGELOG.md b/components/esp_modem/CHANGELOG.md index c899cd309..dd73b0609 100644 --- a/components/esp_modem/CHANGELOG.md +++ b/components/esp_modem/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1) + +### Bug Fixes + +- Remove unused kconfig ([97194507](https://github.com/espressif/esp-protocols/commit/97194507)) +- Fix modem console dependencies ([0d17f19f](https://github.com/espressif/esp-protocols/commit/0d17f19f)) +- Fix CI build issues with IDFv6.0 ([d65f8f69](https://github.com/espressif/esp-protocols/commit/d65f8f69)) +- Address build issues ([b4520660](https://github.com/espressif/esp-protocols/commit/b4520660)) +- Fix driver dependency issue on v6.0 ([26b3859c](https://github.com/espressif/esp-protocols/commit/26b3859c)) + ## [1.4.0](https://github.com/espressif/esp-protocols/commits/modem-v1.4.0) ### Features diff --git a/components/esp_modem/idf_component.yml b/components/esp_modem/idf_component.yml index 9eeac6670..1dfd55d29 100644 --- a/components/esp_modem/idf_component.yml +++ b/components/esp_modem/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.4.0" +version: "1.4.1" description: Library for communicating with cellular modems in command and data modes url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem issues: https://github.com/espressif/esp-protocols/issues