Skip to content

Commit

Permalink
release version 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Mar 8, 2023
1 parent ab0cbb1 commit 3955802
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
## unreleased
## 3.13.1 [2023-03-08]
### Fixes
- [210](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/210) - Allow setting of options without previously set connection params
- [211](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/211) - Fixed ESP32 builds using unofficial Arduino Cores

## 3.13.0 [2022-10-14]
### Features
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=ESP8266 Influxdb
version=3.13.0
author=Tobias Schürg, InfluxData
maintainer=Tobias Schürg, InfluxData
version=3.13.1
author=Tobias Schürg, Vlasta Hajek
maintainer=Tobias Schürg, Vlasta Hajek
sentence=InfluxDB Client for Arduino.
url=https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
paragraph=This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.
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.13.0"
#define INFLUXDB_CLIENT_VERSION "3.13.1"

#endif //_VERSION_H_

0 comments on commit 3955802

Please sign in to comment.