diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f49a0..1f2b565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.14.0 (2025-01-16) + +- Updated `rustls-platform-verifier` from 0.4 to 0.5 +- Client: + - Added `Debug`, `Clone` and `Copy` derives to client events by @florianfelix +- Server: + - Changed `start_endpoint` to return an error (instead of a panic in the async task) if the socket binding fails (thanks to @NonbinaryCoder) + ## Version 0.13.0 (2024-12-02) - Renamed client `Connection` to `ClientSideConnection` and server `ClientConnection` to `ServerSideConnection` diff --git a/README.md b/README.md index fd57b1f..4654a1b 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Bevy Quinnet can be used as a transport in [`bevy_replicon`](https://github.com/ | bevy_quinnet | bevy | | :----------- | :--- | -| 0.12-0.13 | 0.15 | +| 0.12-0.14 | 0.15 | | 0.9-0.11 | 0.14 | | 0.7-0.8 | 0.13 | | 0.6 | 0.12 |