Skip to content

Commit 3955802

Browse files
committed
release version 3.13.1
1 parent ab0cbb1 commit 3955802

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
2-
## unreleased
2+
## 3.13.1 [2023-03-08]
33
### Fixes
44
- [210](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/210) - Allow setting of options without previously set connection params
5+
- [211](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/211) - Fixed ESP32 builds using unofficial Arduino Cores
56

67
## 3.13.0 [2022-10-14]
78
### Features

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=ESP8266 Influxdb
2-
version=3.13.0
3-
author=Tobias Schürg, InfluxData
4-
maintainer=Tobias Schürg, InfluxData
2+
version=3.13.1
3+
author=Tobias Schürg, Vlasta Hajek
4+
maintainer=Tobias Schürg, Vlasta Hajek
55
sentence=InfluxDB Client for Arduino.
66
url=https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
77
paragraph=This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.

src/Version.h

Lines changed: 1 addition & 1 deletion
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.13.0"
30+
#define INFLUXDB_CLIENT_VERSION "3.13.1"
3131

3232
#endif //_VERSION_H_

0 commit comments

Comments
 (0)