From eb13ec8a61e31982dae6b43dcdf570979b5318b5 Mon Sep 17 00:00:00 2001 From: Jonathan Plasse <13716151+JonathanPlasse@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:27:34 +0100 Subject: [PATCH] docs: Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ CONTRIBUTING.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.