Skip to content

Commit 752ac66

Browse files
authored
Merge pull request #934 from david-cermak/bump/modem_1.4.2
[modem]: Release `v1.4.2`
2 parents 309ba9e + 9cd7b2a commit 752ac66

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

components/esp_modem/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(modem): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_modem
55
tag_format: modem-v$version
6-
version: 1.4.1
6+
version: 1.4.2
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.4.2](https://github.com/espressif/esp-protocols/commits/modem-v1.4.2)
4+
5+
### Bug Fixes
6+
7+
- CEREG parsing fails due to incorrect state index ([a80a3cbb](https://github.com/espressif/esp-protocols/commit/a80a3cbb))
8+
39
## [1.4.1](https://github.com/espressif/esp-protocols/commits/modem-v1.4.1)
410

511
### Bug Fixes

components/esp_modem/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.1"
1+
version: "1.4.2"
22
description: Library for communicating with cellular modems in command and data modes
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44
issues: https://github.com/espressif/esp-protocols/issues

0 commit comments

Comments
 (0)