Skip to content

Commit 07f4a33

Browse files
committed
chore(release): release version 2.12.0 [skip ci]
1 parent 47bfa98 commit 07f4a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [unreleased]
1+
## 2.12.0 [2022-10-27]
22
### Features
33
- [#358](https://github.com/influxdata/influxdb-client-go/pull/358):
44
- Added possibility to set an application name, which will be part of the User-Agent HTTP header:

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

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

1919
func init() {

0 commit comments

Comments
 (0)