diff --git a/CHANGELOG.md b/CHANGELOG.md index 91588e3b..92ed2ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## 2.12.0 [2022-10-27] ### Features - [#358](https://github.com/influxdata/influxdb-client-go/pull/358): - Added possibility to set an application name, which will be part of the User-Agent HTTP header: diff --git a/version.go b/version.go index 1e84253c..d200e8f7 100644 --- a/version.go +++ b/version.go @@ -13,7 +13,7 @@ import ( const ( // Version defines current version - Version = "2.11.0" + Version = "2.12.0" ) func init() {