From d31324af1c9e40f1c08ed1fcdb1cf69c524588e6 Mon Sep 17 00:00:00 2001 From: Adarsha <8618235+mvadu@users.noreply.github.com> Date: Tue, 25 Aug 2020 23:19:46 -0400 Subject: [PATCH] Update CHANGELOG.md Add Thank You note for @tituszban --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29dc49..d838fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.21.0 [08/25/2020] + +### Release Notes +This version introduces methods to query and post strongly typed points using attributes. Thanks to @tituszban for adding the attribute support. Refer to [Readme.md](https://github.com/AdysTech/InfluxDB.Client.Net/blob/master/README.md) for examples. + + ## v0.20.0 [08/11/2020] ### Release Notes @@ -268,4 +274,4 @@ Added the functionality to query for existing data from InfluxDB. Also unknown l ### Bugfixes -- [#3](https://github.com/AdysTech/InfluxDB.Client.Net/pull/3): Double to str conversion fix, Thanks to @spamik \ No newline at end of file +- [#3](https://github.com/AdysTech/InfluxDB.Client.Net/pull/3): Double to str conversion fix, Thanks to @spamik