Skip to content

Commit

Permalink
chore(release): release version 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 27, 2024
1 parent ffa02d0 commit 440ffaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.2.0 [unreleased]
## 3.2.0 [2024-11-27]

### Others
1. [#137](https://github.com/influxdata/influxdb-client-ruby/pull/137): Add the csv gem to the gemspec dependencies.
Expand Down Expand Up @@ -32,7 +32,7 @@
## 2.8.0 [2022-10-27]

### Features
1. [#118](https://github.com/influxdata/influxdb-client-ruby/pull/118): Add `FluxRecord.row` which stores response data in a array
1. [#118](https://github.com/influxdata/influxdb-client-ruby/pull/118): Add `FluxRecord.row` which stores response data in an array

## 2.7.0 [2022-07-29]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
To install the client gem manually:

```
gem install influxdb-client -v 3.1.0
gem install influxdb-client -v 3.2.0
```

For management API:

```
gem install influxdb-client-apis -v 3.1.0
gem install influxdb-client-apis -v 3.2.0
```

## Usage
Expand Down

0 comments on commit 440ffaa

Please sign in to comment.