Skip to content

Commit

Permalink
chore(release): release version 2.13.0 (#395) [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Dec 5, 2023
1 parent cac777d commit 52afd67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 2.13.0 [unreleased]
## 2.13.0 [2023-12-05]

### 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

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// Version defines current version
Version = "2.12.4"
Version = "2.13.0"
)

func init() {
Expand Down

0 comments on commit 52afd67

Please sign in to comment.