File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff 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.3 .0
6+ version : 1.4 .0
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.0] ( https://github.com/espressif/esp-protocols/commits/modem-v1.4.0 )
4+
5+ ### Features
6+
7+ - added config_edrx api function ([ 74b7d85d] ( https://github.com/espressif/esp-protocols/commit/74b7d85d ) )
8+ - added sqn_gm02s connect function ([ b97dfc08] ( https://github.com/espressif/esp-protocols/commit/b97dfc08 ) )
9+ - add support for sequans GM02S modem ([ 8560f021] ( https://github.com/espressif/esp-protocols/commit/8560f021 ) )
10+
11+ ### Bug Fixes
12+
13+ - Fix cmux log message ([ 6ed672da] ( https://github.com/espressif/esp-protocols/commit/6ed672da ) )
14+ - fixed minor code mistakes. ([ 317faf89] ( https://github.com/espressif/esp-protocols/commit/317faf89 ) )
15+ - handle nullptr in DTE constructors to prevent invalid access ([ 95b56600] ( https://github.com/espressif/esp-protocols/commit/95b56600 ) )
16+
317## [ 1.3.0] ( https://github.com/espressif/esp-protocols/commits/modem-v1.3.0 )
418
519### Features
Original file line number Diff line number Diff line change 1- version : " 1.3 .0"
1+ version : " 1.4 .0"
22description : Library for communicating with cellular modems in command and data modes
33url : https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44issues : https://github.com/espressif/esp-protocols/issues
You can’t perform that action at this time.
0 commit comments