diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ce514..28d06d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## unreleased +## 3.11.0 [2022-02-18] ### Features - - [174](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/174) - All API methods with a string param allow specifying string by all basic types of : + - [174](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/174),[181](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/181) - All API methods with a string param allow specifying string by all basic types: - Arduino `String` class - C `char *` or `char[]` - Flash string using `F`,`PSTR` or `FPSTR` macros diff --git a/library.properties b/library.properties index 85cc42a..05b3fa3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.10.0 +version=3.11.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 dc109c8..7784ccc 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.10.0" +#define INFLUXDB_CLIENT_VERSION "3.11.0" -#endif //_VERSION_H_ \ No newline at end of file +#endif //_VERSION_H_