Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Oct 10, 2023
1 parent e28cbe4 commit 3d23fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3d23fb3

Please sign in to comment.