diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c244fc3..d52639e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ -## 2.2.0 [in progress] +## 2.2.0 [2020-10-30] ### Features 1. [#206](https://github.com/influxdata/influxdb-client-go/pull/206) Adding TasksAPI for managing tasks and associated logs and runs. ### Bug fixes 1. [#209](https://github.com/influxdata/influxdb-client-go/pull/209) Synchronizing access to the write service in WriteAPIBlocking. -### Documentation - ## 2.1.0 [2020-10-02] ### Features 1. [#193](https://github.com/influxdata/influxdb-client-go/pull/193) Added authentication using username and password. See `UsersAPI.SignIn()` and `UsersAPI.SignOut()` diff --git a/version.go b/version.go index 6d2f0a11..ea882556 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( ) const ( - Version = "2.1.0" + Version = "2.2.0" ) func init() {