From 32be018667ba31b78c75213d7c31273f4a2caa6d Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 12 Aug 2024 11:19:22 +0200 Subject: [PATCH] chore(release): release version 0.7.0 [skip ci] --- CHANGELOG.md | 17 ++++++++++------- Client/Client.csproj | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a74199..bc4071c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Client/Client.csproj b/Client/Client.csproj index aa184fd..7522fb8 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -13,7 +13,7 @@ InfluxDB3.Client Contributors InfluxDB3.Client 0.7.0 - dev + InfluxDB3.Client influxdata;timeseries;influxdb