Skip to content

Commit 9c1e9e7

Browse files
committed
chore(release): release version 0.2.0 [skip ci]
1 parent b02540c commit 9c1e9e7

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.2.0 [unreleased]
1+
## 0.2.0 [2021-03-05]
22

33
### API
44
1. [#25](https://github.com/influxdata/influxdb-client-swift/pull/25): Updated client API to be more Swift like

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import PackageDescription
6969
let package = Package(
7070
name: "MyPackage",
7171
dependencies: [
72-
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.1.0"),
72+
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.2.0"),
7373
],
7474
targets: [
7575
.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.2.0dev"
27+
public static var version: String = "0.2.0"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)