From 3fd95d83f3e47f4417b7687b17eab87d6325ba78 Mon Sep 17 00:00:00 2001 From: vlastahajek Date: Thu, 24 Dec 2020 15:35:44 +0100 Subject: [PATCH] release version 3.7.0 --- CHANGELOG.md | 2 +- library.properties | 2 +- src/InfluxDbClient.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)