Skip to content

Commit e82eeb7

Browse files
committed
release version 3.12.0
1 parent 352812c commit e82eeb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
2-
## Unreleased
2+
## 3.12.0 [2022-03-21]
33
### Features
4-
- [185](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/185) - Added diagnostic connection state getter `bool InfluxDBClient::isConnected()`
4+
- [185](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/185) - Added diagnostic server connection state getter `bool InfluxDBClient::isConnected()`
55

66
## 3.11.0 [2022-02-18]
77
### Features

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Influxdb
2-
version=3.11.0
2+
version=3.12.0
33
author=Tobias Schürg, InfluxData
44
maintainer=Tobias Schürg, InfluxData
55
sentence=InfluxDB Client for Arduino.

src/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
#ifndef _VERSION_H_
2828
#define _VERSION_H_
2929

30-
#define INFLUXDB_CLIENT_VERSION "3.11.0"
30+
#define INFLUXDB_CLIENT_VERSION "3.12.0"
3131

3232
#endif //_VERSION_H_

0 commit comments

Comments
 (0)