Skip to content

Commit

Permalink
release version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Feb 18, 2022
1 parent ab68e23 commit 4e21fa6
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 @@
## In progress
## 2.8.0 [2022-01-18]
### Features
- [#304](https://github.com/influxdata/influxdb-client-go/pull/304) Added public constructor for `QueryTableResult`
- [#307](https://github.com/influxdata/influxdb-client-go/pull/307) Synced generated server API with the latest [oss.yml](https://github.com/influxdata/openapi/blob/master/contracts/oss.yml).
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.7.0"
Version = "2.8.0"
)

func init() {
Expand Down

0 comments on commit 4e21fa6

Please sign in to comment.