* Fix import issue with `httpcore>=0.17.3`. Thanks saforem2 🚀
0.4.0
Breaking changes ----------------
* Drop Python 3.7 support
0.3.1
Bug fixes ---------
* Fix 30: ASGI transport now correctly handles server errors and closes the WebSocket instead of hanging. Thanks ysmu 🎉
0.3.0
New features ------------
* Add support for subprotocols [[Doccumentation](https://frankie567.github.io/httpx-ws/usage/subprotocols/)] * Thanks davidbrochart for the idea and feedback 👍
0.2.6
Bug fixes ---------
* Fix case where we try to schedule tasks in new threadpool during client close