File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## 3.6.1 [ in progress ]
2
+ ## 3.6.1 [ 2020-11-30 ]
3
3
### Features
4
4
### Fixes
5
5
- [ #121 ] ( https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/121 ) - Fixed compile error in case of warning is treated as an error
Original file line number Diff line number Diff line change 1
1
name =ESP8266 Influxdb
2
- version =3.6.0
2
+ version =3.6.1
3
3
author =Tobias Schürg, InfluxData
4
4
maintainer =Tobias Schürg, InfluxData
5
5
sentence =InfluxDB Client for Arduino.
Original file line number Diff line number Diff line change 27
27
#ifndef _INFLUXDB_CLIENT_H_
28
28
#define _INFLUXDB_CLIENT_H_
29
29
30
- #define INFLUXDB_CLIENT_VERSION " 3.6.0 "
30
+ #define INFLUXDB_CLIENT_VERSION " 3.6.1 "
31
31
32
32
#include < Arduino.h>
33
33
#if defined(ESP8266)
You can’t perform that action at this time.
0 commit comments