File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(modem): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_modem
5
5
tag_format : modem-v$version
6
- version : 1.3 .0
6
+ version : 1.4 .0
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## [ 1.3.0] ( https://github.com/espressif/esp-protocols/commits/modem-v1.3.0 )
4
18
5
19
### Features
Original file line number Diff line number Diff line change 1
- version : " 1.3 .0"
1
+ version : " 1.4 .0"
2
2
description : Library for communicating with cellular modems in command and data modes
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
4
4
issues : https://github.com/espressif/esp-protocols/issues
You can’t perform that action at this time.
0 commit comments