Skip to content

Commit

Permalink
chore(release): release version 2.9.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Jul 29, 2022
1 parent b78b862 commit 4f13930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [unreleased]
## 2.9.2 [2022-07-29]
### Bug fixes
- [#341](https://github.com/influxdata/influxdb-client-go/pull/341) Changing logging level of messages about discarding batch to Error.
- [#344](https://github.com/influxdata/influxdb-client-go/pull/344) `WriteAPI.Flush()` writes also batches from the retry queue.
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.9.1"
Version = "2.9.2"
)

func init() {
Expand Down

0 comments on commit 4f13930

Please sign in to comment.