Skip to content

Commit

Permalink
chore(release): release version 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Aug 12, 2024
1 parent 9fba8a2 commit 32be018
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## 0.7.0 [unreleased]

### Features

1. [#101](https://github.com/InfluxCommunity/influxdb3-csharp/pull/101): Add standard `user-agent` header to all calls.
1. [#110](https://github.com/InfluxCommunity/influxdb3-csharp/pull/110): InfluxDB Edge (OSS) error handling.
1. [#111](https://github.com/InfluxCommunity/influxdb3-csharp/pull/111): Add InfluxDB Edge (OSS) authentication support.
## 0.7.0 [2024-08-12]

### Migration Notice

Expand All @@ -17,6 +11,15 @@

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

### Features

1. [#101](https://github.com/InfluxCommunity/influxdb3-csharp/pull/101): Add standard `user-agent` header to all calls.
1. [#111](https://github.com/InfluxCommunity/influxdb3-csharp/pull/111): Add InfluxDB Edge (OSS) authentication support.

### Bug Fixes

1. [#110](https://github.com/InfluxCommunity/influxdb3-csharp/pull/110): InfluxDB Edge (OSS) error handling.

## 0.6.0 [2024-04-16]

### Features
Expand Down
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Authors>InfluxDB3.Client Contributors</Authors>
<AssemblyName>InfluxDB3.Client</AssemblyName>
<VersionPrefix>0.7.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></VersionSuffix>

<PackageId>InfluxDB3.Client</PackageId>
<PackageTags>influxdata;timeseries;influxdb</PackageTags>
Expand Down

0 comments on commit 32be018

Please sign in to comment.