From 43c64b2fbe8791ab8f3f09d720f782a36368e8ec Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 17 May 2024 11:19:53 +0200 Subject: [PATCH] chore(release): prepare for next development iteration --- CHANGELOG.md | 2 ++ Sources/InfluxDBSwift/InfluxDBClient.swift | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d7ba1..2aebeb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.8.0 [unreleased] + ## 1.7.0 [2024-05-17] ### Bug Fixes diff --git a/Sources/InfluxDBSwift/InfluxDBClient.swift b/Sources/InfluxDBSwift/InfluxDBClient.swift index af65859..10a8c48 100644 --- a/Sources/InfluxDBSwift/InfluxDBClient.swift +++ b/Sources/InfluxDBSwift/InfluxDBClient.swift @@ -24,7 +24,7 @@ import FoundationNetworking /// ```` public struct InfluxDBClient { /// Version of client. - public static var version: String = "1.7.0" + public static var version: String = "1.8.0dev" /// InfluxDB host and port. public let url: String /// Authentication token.