From 50b3400175decbf5e3ac7e2bea299440eb0e7af4 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Wed, 22 Jun 2022 16:39:20 +0200 Subject: [PATCH] Prepare v0.5.2 Just update the CHANGELOG.md file. Signed-off-by: Davide Bettio --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b33c86..27b8f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.2] - 2022-06-22 + ## [0.5.1] - 2022-06-01 ### Added - Add `connected` boolean endpoint to `WiFiScanResults` interface.