Skip to content

Commit

Permalink
release version 3.13.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Oct 14, 2022
1 parent d430851 commit 8e5f051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)`.

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit 8e5f051

Please sign in to comment.