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 c6e6b40 commit 17a9385Copy full SHA for 17a9385
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
-## Version 3.1.x
+
3
+## Version 3.1.3 (2020-04-27)
4
- [FIX] SecureWrite crash (#54)
5
6
## Version 3.1.2 (2020-04-18)
library.properties
@@ -1,5 +1,5 @@
name=ESP8266 Influxdb
-version=3.1.2
+version=3.1.3
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.2"
+#define INFLUXDB_CLIENT_VERSION "3.1.3"
31
32
#include "Arduino.h"
33
0 commit comments