We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c088d commit 12612beCopy full SHA for 12612be
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-## [unreleased]
+## 3.12.2 [2022-09-30]
3
### Fixes
4
- [198](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/198) - Effective passing Point by value
5
library.properties
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.
src/Version.h
@@ -27,6 +27,6 @@
27
#ifndef _VERSION_H_
28
#define _VERSION_H_
29
30
-#define INFLUXDB_CLIENT_VERSION "3.12.1"
+#define INFLUXDB_CLIENT_VERSION "3.12.2"
31
32
#endif //_VERSION_H_
0 commit comments