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 a1c3bc2 commit 6af4bd9Copy full SHA for 6af4bd9
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-## Version 3.2 (in-production)
+## Version 3.2.0 (2020-06-09)
3
- [NEW] Added possibility to read data from InfluxDB using Flux queries
4
5
## Version 3.1.3 (2020-04-27)
library.properties
name=ESP8266 Influxdb
-version=3.1.3
+version=3.2.0
author=Tobias Schürg, InfluxData
maintainer=Tobias Schürg, InfluxData
sentence=InfluxDB Client for Arduino.
src/InfluxDbClient.h
@@ -27,7 +27,7 @@
27
#ifndef _INFLUXDB_CLIENT_H_
28
#define _INFLUXDB_CLIENT_H_
29
30
-#define INFLUXDB_CLIENT_VERSION "3.1.3"
+#define INFLUXDB_CLIENT_VERSION "3.2.0"
31
32
#include <Arduino.h>
33
#include "query/FluxParser.h"
0 commit comments