Skip to content

Commit

Permalink
release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Sep 17, 2021
1 parent 2f7aba8 commit 2174977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.5.1[in progress]
## 2.5.1[2021-09-17]
### Bug fixes
- [#276](https://github.com/influxdata/influxdb-client-go/pull/276) Synchronized logging methods of _log.Logger_
- [#276](https://github.com/influxdata/influxdb-client-go/pull/276) Synchronized logging methods of _log.Logger_.

### Features
## 2.5.0 [2021-08-20]
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.5.0"
Version = "2.5.1"
)

func init() {
Expand Down

0 comments on commit 2174977

Please sign in to comment.