Skip to content

Commit b7b6260

Browse files
authored
Merge pull request #86 from sorru94/prepare-v0.7.0
Prepare v0.7.0 release
2 parents 53fdeaa + 7567f4b commit b7b6260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.7.0] - Unreleased
7+
## [0.7.0] - 2023-06-01
88
### Added
99
- Add support to ESP-IDF v5.0.
1010
- Add support for `io.edgehog.devicemanager.OTAEvent` interface.

src/edgehog_runtime_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#define RUNTIME_NAME "edgehog-esp32-device"
2929
#define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device"
30-
#define RUNTIME_VERSION "0.5.2"
30+
#define RUNTIME_VERSION "0.7.0"
3131

3232
static const char *TAG = "EDGEHOG_RUNTIME_INFO";
3333

0 commit comments

Comments
 (0)