File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## 3.2.0 [ unreleased ]
1+ ## 3.2.0 [ 2024-11-27 ]
22
33### Others
441 . [ #137 ] ( https://github.com/influxdata/influxdb-client-ruby/pull/137 ) : Add the csv gem to the gemspec dependencies.
3232## 2.8.0 [ 2022-10-27]
3333
3434### Features
35- 1 . [ #118 ] ( https://github.com/influxdata/influxdb-client-ruby/pull/118 ) : Add ` FluxRecord.row ` which stores response data in a array
35+ 1 . [ #118 ] ( https://github.com/influxdata/influxdb-client-ruby/pull/118 ) : Add ` FluxRecord.row ` which stores response data in an array
3636
3737## 2.7.0 [ 2022-07-29]
3838
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
6464To install the client gem manually:
6565
6666```
67- gem install influxdb-client -v 3.1 .0
67+ gem install influxdb-client -v 3.2 .0
6868```
6969
7070For management API:
7171
7272```
73- gem install influxdb-client-apis -v 3.1 .0
73+ gem install influxdb-client-apis -v 3.2 .0
7474```
7575
7676## Usage
You can’t perform that action at this time.
0 commit comments