Skip to content

Commit

Permalink
Prepare v0.5.2 release
Browse files Browse the repository at this point in the history
Bump release number and update CHANGELOG.md file.

Signed-off-by: Davide Bettio <davide.bettio@secomind.com>
  • Loading branch information
bettio committed Jun 22, 2022
1 parent d5632b7 commit b188115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/edgehog_runtime_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit b188115

Please sign in to comment.