diff --git a/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj b/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj index 134d0e1..2f71395 100644 --- a/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj +++ b/AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj @@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0 --> AstarteDeviceSDKCSharp enable enable - 0.5.1 + 0.5.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7012acc..5a9a8d4 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.5.2] - Unreleased +## [0.5.2] - 2023-05-26 ### Fixed - Fix a bug preventing sending of properties in the SendIndividualValue method.