Skip to content

Commit 6af4bd9

Browse files
committed
Bump version to 3.2.0
1 parent a1c3bc2 commit 6af4bd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## Version 3.2 (in-production)
2+
## Version 3.2.0 (2020-06-09)
33
- [NEW] Added possibility to read data from InfluxDB using Flux queries
44

55
## Version 3.1.3 (2020-04-27)

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.3
2+
version=3.2.0
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.3"
30+
#define INFLUXDB_CLIENT_VERSION "3.2.0"
3131

3232
#include <Arduino.h>
3333
#include "query/FluxParser.h"

0 commit comments

Comments
 (0)