Skip to content

Commit

Permalink
Merge pull request #86 from sorru94/prepare-v0.7.0
Browse files Browse the repository at this point in the history
Prepare v0.7.0 release
  • Loading branch information
harlem88 authored Jun 1, 2023
2 parents 53fdeaa + 7567f4b commit b7b6260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.7.0] - Unreleased
## [0.7.0] - 2023-06-01
### Added
- Add support to ESP-IDF v5.0.
- Add support for `io.edgehog.devicemanager.OTAEvent` interface.
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.2"
#define RUNTIME_VERSION "0.7.0"

static const char *TAG = "EDGEHOG_RUNTIME_INFO";

Expand Down

0 comments on commit b7b6260

Please sign in to comment.