Skip to content

Commit 32be018

Browse files
committed
chore(release): release version 0.7.0 [skip ci]
1 parent 9fba8a2 commit 32be018

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## 0.7.0 [unreleased]
2-
3-
### Features
4-
5-
1. [#101](https://github.com/InfluxCommunity/influxdb3-csharp/pull/101): Add standard `user-agent` header to all calls.
6-
1. [#110](https://github.com/InfluxCommunity/influxdb3-csharp/pull/110): InfluxDB Edge (OSS) error handling.
7-
1. [#111](https://github.com/InfluxCommunity/influxdb3-csharp/pull/111): Add InfluxDB Edge (OSS) authentication support.
1+
## 0.7.0 [2024-08-12]
82

93
### Migration Notice
104

@@ -17,6 +11,15 @@
1711

1812
This new option is used for Edge (OSS) authentication.
1913

14+
### Features
15+
16+
1. [#101](https://github.com/InfluxCommunity/influxdb3-csharp/pull/101): Add standard `user-agent` header to all calls.
17+
1. [#111](https://github.com/InfluxCommunity/influxdb3-csharp/pull/111): Add InfluxDB Edge (OSS) authentication support.
18+
19+
### Bug Fixes
20+
21+
1. [#110](https://github.com/InfluxCommunity/influxdb3-csharp/pull/110): InfluxDB Edge (OSS) error handling.
22+
2023
## 0.6.0 [2024-04-16]
2124

2225
### Features

Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Authors>InfluxDB3.Client Contributors</Authors>
1414
<AssemblyName>InfluxDB3.Client</AssemblyName>
1515
<VersionPrefix>0.7.0</VersionPrefix>
16-
<VersionSuffix>dev</VersionSuffix>
16+
<VersionSuffix></VersionSuffix>
1717

1818
<PackageId>InfluxDB3.Client</PackageId>
1919
<PackageTags>influxdata;timeseries;influxdb</PackageTags>

0 commit comments

Comments
 (0)