diff --git a/CHANGELOG.md b/CHANGELOG.md index ca39d86..8b2b932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.2.2 - 2023-10-10 + ### Fixed: - Fix crushing when the client lost connection, [PR-6](https://github.com/panda-official/DriftMqtt/pull/6) -## 0.2.1 - 2023-05--10 +## 0.2.1 - 2023-05-10 ### Fixed: diff --git a/setup.py b/setup.py index e8ea37a..54c5ade 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PACKAGE_NAME = "drift-mqtt" MAJOR_VERSION = 0 MINOR_VERSION = 2 -PATCH_VERSION = 1 +PATCH_VERSION = 2 VERSION_SUFFIX = os.getenv("VERSION_SUFFIX") HERE = Path(__file__).parent.resolve()