diff --git a/CHANGELOG.md b/CHANGELOG.md index 670fba0..b33a80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1] + +### Fixed + +- Add properties in Message, the last release skipped this commit. Contributed by [Jonathan Plasse (@JonathanPlasse)](https://github.com/JonathanPlasse) + ## [0.16.0] ### Added diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3185c41..bc9f347 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Clone the `asyncio-mqtt`. Inside the repository, create a virtual environment. ```bash -python3 -m venv env +python3 -m venv .venv ``` Activate the virtual environment.