diff --git a/CHANGELOG.md b/CHANGELOG.md index c96c42d..b0ab1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ This document describes the changes to Minimq between releases. # [Unreleased] ## Added -* Property comparison now implements PartialEq - ## Fixed +# [0.5.3] - 2022-02-14 + +## Added +* Property comparison now implements PartialEq + # [0.5.2] - 2021-12-14 ## Fixed @@ -70,7 +73,8 @@ keep-alive interval * Initial library release and publish to crates.io -[Unreleased]: https://github.com/quartiq/minimq/compare/0.5.2...HEAD +[Unreleased]: https://github.com/quartiq/minimq/compare/0.5.3...HEAD +[0.5.2]: https://github.com/quartiq/minimq/releases/tag/0.5.3 [0.5.2]: https://github.com/quartiq/minimq/releases/tag/0.5.2 [0.5.1]: https://github.com/quartiq/minimq/releases/tag/0.5.1 [0.5.0]: https://github.com/quartiq/minimq/releases/tag/0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 414eddb..d1be8fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minimq" -version = "0.5.2" +version = "0.5.3" authors = ["Ryan Summers ", "Max Rottenkolber "] edition = "2018"