Skip to content

Commit 539f088

Browse files
committed
chore(release): release version v2.12.1 [skip ci]
1 parent 78855a4 commit 539f088

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [unreleased]
1+
## 2.12.1 [2022-12-01]
22
### Bug fixes
3-
- [#363](https://github.com/influxdata/influxdb-client-go/pull/363) Generated server stubs return also error message from InfluxDB 1.x forward compatible API.
3+
- [#363](https://github.com/influxdata/influxdb-client-go/pull/363) Generated server stubs return also error message from InfluxDB 1.x forward compatible API.
44
- [#364](https://github.com/influxdata/influxdb-client-go/pull/364) Fixed panic when retrying over a long period without a server connection.
55

66
### Documentation
@@ -13,12 +13,12 @@
1313
- [#358](https://github.com/influxdata/influxdb-client-go/pull/358):
1414
- Added possibility to set an application name, which will be part of the User-Agent HTTP header:
1515
- Set using `Options.SetApplicationName`
16-
- Warning message is written to log if an application name is not set
16+
- Warning message is written to log if an application name is not set
1717
- This may change to be logged as an error in a future release
1818
- Added example how to fully override `User-Agent` header using `Doer` interface
1919

2020
### Bug fixes
21-
- [#359](https://github.com/influxdata/influxdb-client-go/pull/359) `WriteAPIBlocking.Flush()` correctly returns nil error.
21+
- [#359](https://github.com/influxdata/influxdb-client-go/pull/359) `WriteAPIBlocking.Flush()` correctly returns nil error.
2222

2323
## 2.11.0 [2022-09-29]
2424
### Features

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

1919
func init() {

0 commit comments

Comments
 (0)