diff --git a/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj b/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj
index c3219d8..f2e16f9 100644
--- a/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj
+++ b/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0 -->
AstarteDeviceSDKCSharp
enable
enable
- 0.6.0
+ 0.7.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 342ada1..0d4e44b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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] - 2024-11-15
### Added
- Add MQTTNet ManagedClient extension version 4.1.4.563.
- `StreamData` change to `async StreamData` (BREAKING CHANGE!).