Skip to content

Commit

Permalink
chore(release): release version 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed May 20, 2022
1 parent 6fb2715 commit bf62a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.0 [unreleased]
## 1.2.0 [2022-05-20]

### Features
1. [#49](https://github.com/influxdata/influxdb-client-swift/pull/49): Add support `async/await` functions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.1.0"),
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.2.0"),
],
targets: [
.target(name: "MyModule", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/InfluxDBSwift/InfluxDBClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import FoundationNetworking
/// ````
public class InfluxDBClient {
/// Version of client.
public static var version: String = "1.2.0dev"
public static var version: String = "1.2.0"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit bf62a19

Please sign in to comment.