Skip to content

Commit

Permalink
Merge pull request #81 from sorru94/fwd-changes-from-v0.5.2
Browse files Browse the repository at this point in the history
Forward port changes from v0.5.2
  • Loading branch information
harlem88 authored Apr 3, 2023
2 parents 93bad61 + 08a5fd7 commit b6b43f5
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 b6b43f5

Please sign in to comment.