diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9b881..e10b3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 3.7.0 [in progress] +## 3.7.0 [2020-12-24] ### Features - [#125](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/124) - Added credentials to the InfluxDB 1.x validation endpoint (/ping). To leverage this, [enable ping authentication](https://docs.influxdata.com/influxdb/v1.8/administration/config/#ping-auth-enabled-false) diff --git a/library.properties b/library.properties index a5cddd9..2fb0677 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.6.1 +version=3.7.0 author=Tobias Schürg, InfluxData maintainer=Tobias Schürg, InfluxData sentence=InfluxDB Client for Arduino. diff --git a/src/InfluxDbClient.h b/src/InfluxDbClient.h index e143a4a..0602a25 100644 --- a/src/InfluxDbClient.h +++ b/src/InfluxDbClient.h @@ -27,7 +27,7 @@ #ifndef _INFLUXDB_CLIENT_H_ #define _INFLUXDB_CLIENT_H_ -#define INFLUXDB_CLIENT_VERSION "3.6.1" +#define INFLUXDB_CLIENT_VERSION "3.7.0" #include #if defined(ESP8266)