Skip to content

Commit e52504d

Browse files
committed
release version 3.11.0
1 parent 996f0c9 commit e52504d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
2-
## unreleased
2+
## 3.11.0 [2022-02-18]
33
### Features
4-
- [174](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/174) - All API methods with a string param allow specifying string by all basic types of :
4+
- [174](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/174),[181](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/181) - All API methods with a string param allow specifying string by all basic types:
55
- Arduino `String` class
66
- C `char *` or `char[]`
77
- Flash string using `F`,`PSTR` or `FPSTR` macros

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.10.0
2+
version=3.11.0
33
author=Tobias Schürg, InfluxData
44
maintainer=Tobias Schürg, InfluxData
55
sentence=InfluxDB Client for Arduino.

src/Version.h

Lines changed: 2 additions & 2 deletions
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.10.0"
30+
#define INFLUXDB_CLIENT_VERSION "3.11.0"
3131

32-
#endif //_VERSION_H_
32+
#endif //_VERSION_H_

0 commit comments

Comments
 (0)