Skip to content

Commit 3a8dacf

Browse files
committed
chore(release): release version 2.12.2 [skip ci]
1 parent b0f26e5 commit 3a8dacf

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.2 [2023-01-26]
22
### Bug fixes
33
- [#368](https://github.com/influxdata/influxdb-client-go/pull/368) Allowing proxy from environment variable
44

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.12.1"
16+
Version = "2.12.2"
1717
)
1818

1919
func init() {

0 commit comments

Comments
 (0)