Skip to content

Commit

Permalink
chore(release): release version 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Mar 1, 2024
1 parent 54ecd46 commit 43a76c8
Show file tree
Hide file tree
Showing 2 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 @@
## 3.1.0 [unreleased]
## 3.1.0 [2024-03-01]

### Bug Fixes
1. [#134](https://github.com/influxdata/influxdb-client-ruby/pull/134): Support influxdb v1.8 HTTP error response message. Prior to this change, in case of an HTTP error response (influxDB v1.8) the InfluxError had empty message.
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.0.0
gem install influxdb-client -v 3.1.0
```

For management API:

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

## Usage
Expand Down

0 comments on commit 43a76c8

Please sign in to comment.