From e9166da3ebe98f63f615c805b4735f0a0fc62fa1 Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Wed, 29 Nov 2023 12:53:48 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3d411..37bfa9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 2.13.0 [unreleased] +### Features + +- [#394](https://github.com/influxdata/influxdb-client-go/pull/394) Add `DataToPoint` utility to convert a struct to a `write.Point` + ### Dependencies - [#393](https://github.com/influxdata/influxdb-client-go/pull/393) Replace deprecated `io/ioutil` - [#392](https://github.com/influxdata/influxdb-client-go/pull/392) Upgrade `deepmap/oapi-codegen` to new major version