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:
33 bump_message : ' bump(websocket): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
55 tag_format : websocket-v$version
6- version : 1.2.1
6+ version : 1.2.2
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
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+
310## [ 1.2.1] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.2.1 )
411
512### Bug Fixes
Original file line number Diff line number Diff line change 1- version : " 1.2.1 "
1+ version : " 1.2.2 "
22description : WebSocket protocol client for ESP-IDF
33url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44dependencies :
You can’t perform that action at this time.
0 commit comments