Skip to content

Commit

Permalink
release version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Apr 1, 2021
1 parent 7469a6a commit fa15edd
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 @@
## 2.2.3 [in progress]
## 2.2.3 [2021-04-01]
### Bug fixes
1. [#236](https://github.com/influxdata/influxdb-client-go/pull/236) Setting MaxRetries to zero value disables retry strategy.
1. [#239](https://github.com/influxdata/influxdb-client-go/pull/239) Blocking write client doesn't use retry handling.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
Version = "2.2.2"
Version = "2.2.3"
)

func init() {
Expand Down

0 comments on commit fa15edd

Please sign in to comment.