bump(websocket): 1.0.1 -> 1.1.0

1.1.0
Features
- Added linux port for websocket (a22391a)
Bug Fixes
- added idf_component.yml for examples (d273e10)
This commit is contained in:
Suren Gabrielyan
2023-08-22 14:26:12 +04:00
parent 27303d28b2
commit 38d50eede0
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## [1.1.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0)
### Features
- Added linux port for websocket ([a22391a](https://github.com/espressif/esp-protocols/commit/a22391a))
### Bug Fixes
- added idf_component.yml for examples ([d273e10](https://github.com/espressif/esp-protocols/commit/d273e10))
## [1.0.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.0.1)
### Bug Fixes