diff --git a/CHANGELOG.md b/CHANGELOG.md index 246c799..f8bcf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - July 5th, 2024 + ### Changed - [breaking] The driver now uses the v1.0 of the `embedded-hal` traits. - [breaking] The `FourWireRef` bus and `DeviceRefMut` have been removed in favor of using diff --git a/Cargo.toml b/Cargo.toml index a735ec3..f191f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500" -version = "0.4.1" +version = "0.5.0" authors = ["Michael Watzko ", "Jonah Dahlquist ", "Ryan Summers