Skip to content

Commit f0cd56e

Browse files
committed
chore(release): release version 0.7.0 [skip ci]
1 parent 4a05882 commit f0cd56e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.0 [unreleased]
1+
## 0.7.0 [2021-09-17]
22

33
### Features
44
1. [#38](https://github.com/influxdata/influxdb-client-swift/pull/38): Add configuration option for _Proxy_ and _Redirects_

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import PackageDescription
7979
let package = Package(
8080
name: "MyPackage",
8181
dependencies: [
82-
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.6.0"),
82+
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.7.0"),
8383
],
8484
targets: [
8585
.target(name: "MyModule", dependencies: [

Sources/InfluxDBSwift/InfluxDBClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import FoundationNetworking
2424
/// ````
2525
public class InfluxDBClient {
2626
/// Version of client.
27-
public static var version: String = "0.7.0dev"
27+
public static var version: String = "0.7.0"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)