Skip to content

Commit

Permalink
chore(release): release version 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 30, 2022
1 parent 222f7b3 commit 5a9dbb9
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.4.0 [unreleased]
## 1.4.0 [2022-09-30]

### CI
1. [#55](https://github.com/influxdata/influxdb-client-swift/pull/55): Add Swift 5.7 to CI and update XCode
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.3.0"),
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.4.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.4.0dev"
public static var version: String = "1.4.0"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 5a9dbb9

Please sign in to comment.