diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d62d35..1452aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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). -## [Unreleased] +## [0.7.0] - 2024-11-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7c25d71..43706f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "astarte-message-hub" -version = "0.6.1" +version = "0.7.0" dependencies = [ "astarte-device-sdk", "astarte-device-sdk-mock", @@ -849,7 +849,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "e2e-test" -version = "0.6.1" +version = "0.7.0" dependencies = [ "astarte-device-sdk", "astarte-message-hub", diff --git a/Cargo.toml b/Cargo.toml index f346c1f..7d9ee3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["e2e-test"] [workspace.package] -version = "0.6.1" +version = "0.7.0" edition = "2021" homepage = "https://astarte.cloud/" license = "Apache-2.0"