From a6a1068e865633874d9f414a0b653d8f4c78fe34 Mon Sep 17 00:00:00 2001
From: Ryan Summers <ryan.summers@vertigo-designs.com>
Date: Mon, 14 Feb 2022 12:27:06 +0100
Subject: [PATCH] Preparing 0.5.3 release

---
 CHANGELOG.md | 10 +++++++---
 Cargo.toml   |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

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 <ryan.summers@vertigo-designs.com>", "Max Rottenkolber <max@mr.gy>"]
 edition = "2018"