Skip to content

Commit

Permalink
Merge pull request #93 from harlem88/prepare-0.7.1
Browse files Browse the repository at this point in the history
Prepare 0.7.1 release
  • Loading branch information
sorru94 authored Sep 19, 2023
2 parents f520c21 + 6b626b3 commit 7e69d74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1] - 2023-09-19
### Changed
- Bump Astarte Device SDK to v1.1.3.

## [0.7.0] - 2023-06-01
### Added
- Add support to ESP-IDF v5.0.
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
#

version: "0.7.0"
version: "0.7.1"
description: Edgehog Device ESP32 SDK
url: https://github.com/edgehog-device-manager/edgehog-esp32-device.git
dependencies:
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.7.0"
#define RUNTIME_VERSION "0.7.1"

static const char *TAG = "EDGEHOG_RUNTIME_INFO";

Expand Down

0 comments on commit 7e69d74

Please sign in to comment.