Skip to content

Commit

Permalink
chore(release): release version 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jul 29, 2022
1 parent 149e20c commit 55dd5f5
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.3.0 [unreleased]
## 1.3.0 [2022-07-29]

### Features
1. [#52](https://github.com/influxdata/influxdb-client-swift/pull/52): Add logging for HTTP requests
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.2.0"),
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "1.3.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.3.0dev"
public static var version: String = "1.3.0"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 55dd5f5

Please sign in to comment.