Skip to content

Commit 52afd67

Browse files
authored
chore(release): release version 2.13.0 (#395) [skip CI]
1 parent cac777d commit 52afd67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## 2.13.0 [unreleased]
1+
## 2.13.0 [2023-12-05]
22

33
### Features
44

55
- [#394](https://github.com/influxdata/influxdb-client-go/pull/394) Add `DataToPoint` utility to convert a struct to a `write.Point`
66

77
### Dependencies
8+
89
- [#393](https://github.com/influxdata/influxdb-client-go/pull/393) Replace deprecated `io/ioutil`
910
- [#392](https://github.com/influxdata/influxdb-client-go/pull/392) Upgrade `deepmap/oapi-codegen` to new major version
1011

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// Version defines current version
16-
Version = "2.12.4"
16+
Version = "2.13.0"
1717
)
1818

1919
func init() {

0 commit comments

Comments
 (0)