From e82eeb748e4e29dcacedec253ca996e544f1a46d Mon Sep 17 00:00:00 2001 From: vlastahajek Date: Mon, 21 Mar 2022 11:21:22 +0100 Subject: [PATCH] release version 3.12.0 --- CHANGELOG.md | 4 ++-- library.properties | 2 +- src/Version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745ba67..f6172c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## Unreleased +## 3.12.0 [2022-03-21] ### Features -- [185](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/185) - Added diagnostic connection state getter `bool InfluxDBClient::isConnected()` +- [185](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/185) - Added diagnostic server connection state getter `bool InfluxDBClient::isConnected()` ## 3.11.0 [2022-02-18] ### Features diff --git a/library.properties b/library.properties index 05b3fa3..aedc2e1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.11.0 +version=3.12.0 author=Tobias Schürg, InfluxData maintainer=Tobias Schürg, InfluxData sentence=InfluxDB Client for Arduino. diff --git a/src/Version.h b/src/Version.h index 7784ccc..c952168 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.11.0" +#define INFLUXDB_CLIENT_VERSION "3.12.0" #endif //_VERSION_H_