We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac777d commit 52afd67Copy full SHA for 52afd67
CHANGELOG.md
@@ -1,10 +1,11 @@
1
-## 2.13.0 [unreleased]
+## 2.13.0 [2023-12-05]
2
3
### Features
4
5
- [#394](https://github.com/influxdata/influxdb-client-go/pull/394) Add `DataToPoint` utility to convert a struct to a `write.Point`
6
7
### Dependencies
8
+
9
- [#393](https://github.com/influxdata/influxdb-client-go/pull/393) Replace deprecated `io/ioutil`
10
- [#392](https://github.com/influxdata/influxdb-client-go/pull/392) Upgrade `deepmap/oapi-codegen` to new major version
11
version.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
// Version defines current version
16
- Version = "2.12.4"
+ Version = "2.13.0"
17
)
18
19
func init() {
0 commit comments