From 8e5f051e02d326aceb398aa9a89479b648f890d2 Mon Sep 17 00:00:00 2001 From: vlastahajek Date: Fri, 14 Oct 2022 16:28:26 +0200 Subject: [PATCH] release version 3.13.0 [skip ci] --- CHANGELOG.md | 2 +- library.properties | 2 +- src/Version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5179b25..b16637d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## unreleased +## 3.13.0 [2022-10-14] ### Features - [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)`. diff --git a/library.properties b/library.properties index e8a5756..ddf0578 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.12.2 +version=3.13.0 author=Tobias Schürg, InfluxData maintainer=Tobias Schürg, InfluxData sentence=InfluxDB Client for Arduino. diff --git a/src/Version.h b/src/Version.h index aa1ba95..cbbaa87 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.12.2" +#define INFLUXDB_CLIENT_VERSION "3.13.0" #endif //_VERSION_H_