From 891f8c0feb987a0510f397e345fec40797552d89 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Wed, 1 Jun 2022 12:49:26 +0200 Subject: [PATCH] Prepare v0.5.1 Add missing entries to CHANGELOG.md. Signed-off-by: Davide Bettio --- CHANGELOG.md | 7 +++++++ SECURITY.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb71530..ef4a9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.1] - 2022-06-01 +### Added +- Send `"connected": true` in WiFiScanResults when the device is connected to the AP. + +### Fixed +- Minor fixes. + ## [0.5.0] - 2022-03-22 ### Added - Initial Edgehog release diff --git a/SECURITY.md b/SECURITY.md index 56f194a..a8917d2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,8 +10,8 @@ | Version | Supported | | ------- | ------------------ | -| < 0.6 | :x: | - +| < 0.5 | :x: | +| 0.5.x | :white_check_mark: | ## Reporting a Vulnerability