Skip to content

Commit 4948e6e

Browse files
committed
chore(release): release version 1.1.0 [skip ci]
1 parent 6cf06c5 commit 4948e6e

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-
## 1.1.0 [unreleased]
1+
## 1.1.0 [2022-02-18]
22

33
### Features
44
1. [#45](https://github.com/influxdata/influxdb-client-swift/pull/45): Add support for Parameterized Queries

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import PackageDescription
7777
let package = Package(
7878
name: "MyPackage",
7979
dependencies: [
80-
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.0.0"),
80+
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.1.0"),
8181
],
8282
targets: [
8383
.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 = "1.1.0dev"
27+
public static var version: String = "1.1.0"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)