From c89c4dc4c33a3f56e0d6085439bb649568ff072e Mon Sep 17 00:00:00 2001 From: vlastahajek Date: Fri, 30 Oct 2020 17:55:55 +0100 Subject: [PATCH] release verion 3.5.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 d30ac02..e1e3e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 3.5.0 [in progress] +## 3.5.0 [2020-10-30] ### Features - [#107](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/107) - Added possibility to set default tags. Use `WriteOptions::addDefaultTag()` to add a tag that will be added to each written point using the `writePoint()` function. - [#109](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/109) - Retry strategy improvements: diff --git a/library.properties b/library.properties index b546188..cc3ff7f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.4.0 +version=3.5.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 482c4e4..590c9ac 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.4.0" +#define INFLUXDB_CLIENT_VERSION "3.5.0" #include #if defined(ESP8266)