You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.0.4] - 2019-08-16
11
+
12
+
### Added
13
+
14
+
- Possibility to authenticate against a InfluxDb instance (many thanks [@valkum](https://github.com/valkum))
15
+
10
16
## [0.0.3] - 2019-07-14
11
17
12
18
### Added
@@ -26,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
32
- Improved Test Coverage: There's now even more tests verifying correctness of the crate (#5)
27
33
- It's no longer necessary to supply a wildcard generic when working with serde*integration: `client.json_query::<Weather>(query)` instead of `client.json_query::<Weather, *>(query)`
0 commit comments