Skip to content

Commit

Permalink
release version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Nov 26, 2021
1 parent 5354fa7 commit 4218b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.6.0[2021-11-26]
### Features
- [#285](https://github.com/influxdata/influxdb-client-go/pull/285) Added *Client.Ping()* function as the only validation method available in both OSS and Cloud.
- [#286](https://github.com/influxdata/influxdb-client-go/pull/286) Synced generated server API with the latest [oss.yml](https://github.com/influxdata/openapi/blob/master/contracts/oss.yml).
Expand All @@ -9,7 +9,6 @@

### Breaking change
- [#285](https://github.com/influxdata/influxdb-client-go/pull/285) Function *Client.Ready()* now returns `*domain.Ready` with full uptime info.


## 2.5.1[2021-09-17]
### Bug fixes
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.1"
Version = "2.6.0"
)

func init() {
Expand Down

0 comments on commit 4218b50

Please sign in to comment.