Skip to content

Commit 8e5f051

Browse files
committed
release version 3.13.0 [skip ci]
1 parent d430851 commit 8e5f051

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-
## unreleased
2+
## 3.13.0 [2022-10-14]
33
### Features
44
- [202](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/202) - Added option to specify timestamp precision and do not send timestamp. Set using `WriteOption::useServerTimestamptrue)`.
55

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

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.12.2"
30+
#define INFLUXDB_CLIENT_VERSION "3.13.0"
3131

3232
#endif //_VERSION_H_

0 commit comments

Comments
 (0)