diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index abbfa75..3c226b7 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.4.0] - 2024-06-09 +### Changed +- Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`. + ### Removed - Removed the `ip_in_core` and `std` features. `Ipv4Addr` and `SocketAddrV4` are now provided by `core::net`. -- Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`. ## [0.3.0] - 2023-10-02 ### Changed