File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
components/esp_websocket_client Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(websocket): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
5
5
tag_format : websocket-v$version
6
- version : 1.2.1
6
+ version : 1.2.2
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.2.2] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.2.2 )
4
+
5
+ ### Bug Fixes
6
+
7
+ - continuation after FIN in websocket client (#460 ) ([ 774d1c75e6] ( https://github.com/espressif/esp-protocols/commit/774d1c75e6 ) )
8
+ - Re-applie refs to common comps idf_component.yml ([ 9fe44a4504] ( https://github.com/espressif/esp-protocols/commit/9fe44a4504 ) )
9
+
3
10
## [ 1.2.1] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.2.1 )
4
11
5
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
- version : " 1.2.1 "
1
+ version : " 1.2.2 "
2
2
description : WebSocket protocol client for ESP-IDF
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments