Skip to content

Commit 440ffaa

Browse files
committed
chore(release): release version 3.2.0 [skip ci]
1 parent ffa02d0 commit 440ffaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.2.0 [unreleased]
1+
## 3.2.0 [2024-11-27]
22

33
### Others
44
1. [#137](https://github.com/influxdata/influxdb-client-ruby/pull/137): Add the csv gem to the gemspec dependencies.
@@ -32,7 +32,7 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
6464
To 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

7070
For 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

0 commit comments

Comments
 (0)