Skip to content

Commit 9dac6ab

Browse files
authored
Merge pull request #92 from nedimtokic/release-0.7.1
Prepare release 0.7.1
2 parents b9e4710 + 2236753 commit 9dac6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0 -->
1111
<RootNamespace>AstarteDeviceSDKCSharp</RootNamespace>
1212
<ImplicitUsings>enable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
14-
<Version>0.7.0</Version>
14+
<Version>0.7.1</Version>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.7.1] - Unreleased
7+
## [0.7.1] - 2024-02-27
88
### Fixed
99
- Skip SSL certificate validation on HTTP requests if `ignoreSSLErrors`
1010
flag is enabled

0 commit comments

Comments
 (0)