We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9dbb9 commit 9cd25e8Copy full SHA for 9cd25e8
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 1.5.0 [unreleased]
2
+
3
## 1.4.0 [2022-09-30]
4
5
### CI
Sources/InfluxDBSwift/InfluxDBClient.swift
@@ -24,7 +24,7 @@ import FoundationNetworking
24
/// ````
25
public class InfluxDBClient {
26
/// Version of client.
27
- public static var version: String = "1.4.0"
+ public static var version: String = "1.5.0dev"
28
/// InfluxDB host and port.
29
public let url: String
30
/// Authentication token.
0 commit comments