diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4a9fd..2fc2a2c 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 - Send `"connected": true` in WiFiScanResults when the device is connected to the AP. diff --git a/src/edgehog_runtime_info.c b/src/edgehog_runtime_info.c index 120f93f..9d293b8 100644 --- a/src/edgehog_runtime_info.c +++ b/src/edgehog_runtime_info.c @@ -27,7 +27,7 @@ #define RUNTIME_NAME "edgehog-esp32-device" #define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device" -#define RUNTIME_VERSION "0.5.1" +#define RUNTIME_VERSION "0.5.2" static const char *TAG = "EDGEHOG_RUNTIME_INFO";