Skip to content

Commit a6f26d3

Browse files
committed
Bump version to 3.1.2 and add date to changelog.
1 parent 94d3c07 commit a6f26d3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
2-
## Version 3.x.x
2+
3+
## Version 3.1.2 (2020-04-18)
34
- [FIX] Compilation error on fields order (#43)
45
- [FIX] Invalid precision constant for microseconds (#49)
56
- [FIX] Write error in case point has no tags (#50)
67

7-
## Version 3.1.1
8-
- [Updated] CA Certificate for SSL (#38)
8+
## Version 3.1.1 (2020-04-06)
9+
- [Updated] CA Certificate for SSL (#38)
910

10-
## Version 3.1.0
11+
## Version 3.1.0 (2020-03-12)
1112
- [NEW] Added User-agent header
1213
- [FIX] status code check when pinging an InfluxDB version 1.x instance
1314

14-
## Version 3.0.0
15+
## Version 3.0.0 (2020-02-11)
1516
- New API with similar keywords as other official InfluxDB clients
1617
- Richer set of data types for fields and timestamp methods
1718
- Advanced features, such as implicit batching, automatic retrying on server backpressure and connection failure, along with secured communication over TLS supported for both devices and authentication

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Influxdb
2-
version=3.1.1
2+
version=3.1.2
33
author=Tobias Schürg, Influxdata
44
maintainer=Tobias Schürg, InfluxData
55
sentence=InfluxDB Client for Arduino.

src/InfluxDbClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef _INFLUXDB_CLIENT_H_
2828
#define _INFLUXDB_CLIENT_H_
2929

30-
#define INFLUXDB_CLIENT_VERSION "3.1.1"
30+
#define INFLUXDB_CLIENT_VERSION "3.1.2"
3131

3232
#include "Arduino.h"
3333

0 commit comments

Comments
 (0)