diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ff600..7a5a972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## 3.12.2 [2022-09-30] ### Fixes - [198](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/198) - Effective passing Point by value diff --git a/library.properties b/library.properties index 39d41cf..e8a5756 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.12.1 +version=3.12.2 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 0ac7dad..aa1ba95 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.12.1" +#define INFLUXDB_CLIENT_VERSION "3.12.2" #endif //_VERSION_H_