Skip to content

Commit 2b73d52

Browse files
committed
Update to 1.0.4
1 parent 707b501 commit 2b73d52

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.0.4 (2021-01-25)
4+
5+
- 🌟 Update influxdb-v2 to 1.0.0, escaping special characters in measurement, tags and fields (see https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/#special-characters)
6+
7+
38
## 1.0.3 (2020-10-12)
49

510
- 🌟 Add support of strings in fields values

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-stackhero-influxdb-v2",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Node-RED node to connect to an InfluxDB v2 database.",
55
"dependencies": {
66
"influxdb-v2": "1.0.0"

0 commit comments

Comments
 (0)