Skip to content

Commit

Permalink
chore(release): release version 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 26, 2021
1 parent d50a3d0 commit 570813e
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 @@
## 0.9.0 [unreleased]
## 0.9.0 [2021-11-26]

### Documentation
1. [#44](https://github.com/influxdata/influxdb-client-swift/pull/44): Add an example how to use `Combine` to prepare batches for write into InfluxDB
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: "0.8.0"),
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.9.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 = "0.9.0dev"
public static var version: String = "0.9.0"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 570813e

Please sign in to comment.