We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7830f commit 8d201c9Copy full SHA for 8d201c9
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.8.0 [unreleased]
+## 2.8.0 [2022-10-27]
2
3
### Features
4
1. [#118](https://github.com/influxdata/influxdb-client-ruby/pull/118): Add `FluxRecord.row` which stores response data in a array
README.md
@@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
64
To install the client gem manually:
65
66
```
67
-gem install influxdb-client -v 2.7.0
+gem install influxdb-client -v 2.8.0
68
69
70
For management API:
71
72
73
-gem install influxdb-client-apis -v 2.7.0
+gem install influxdb-client-apis -v 2.8.0
74
75
76
## Usage
0 commit comments