# Changelog ## v0.4.0 - Update tokio-websockets to v0.10 - Add support for setting [`Config`](https://docs.rs/tokio-websockets/latest/tokio_websockets/proto/struct.Config.html) and [`Limits`](https://docs.rs/tokio-websockets/latest/tokio_websockets/client/struct.Builder.html#method.limits) during upgrade. [@finnbear](https://github.com/finnbear) ## v0.3.0 - Update tokio-websockets to v0.8 ## v0.2.0 - Update tokio-websockets to v0.7 ## v0.1.0 - Initial release.