Skip to content

Commit 557ba34

Browse files
committed
release version 3.3.0
1 parent d47df3d commit 557ba34

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,6 +1,6 @@
11
# Changelog
22

3-
## Version 3.3.0 (in progress)
3+
## Version 3.3.0 (2020-07-07)
44
- [NEW] Added possibility skip server certification validation (`setInsecure()` method)
55
- [NEW] Added possibility to query flux on secured InfuxDB 1.8 using V1 approach
66
- [NEW] `validateConnection()` can be used also for the [forward compatibility](https://docs.influxdata.com/influxdb/latest/tools/api/#influxdb-2-0-api-compatibility-endpoints) connection to InfluxDB 1.8

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.2.0
2+
version=3.3.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.2.0"
30+
#define INFLUXDB_CLIENT_VERSION "3.3.0"
3131

3232
#include <Arduino.h>
3333
#if defined(ESP8266)

0 commit comments

Comments
 (0)