Skip to content

Commit 43a76c8

Browse files
committed
chore(release): release version 3.1.0 [skip ci]
1 parent 54ecd46 commit 43a76c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.1.0 [unreleased]
1+
## 3.1.0 [2024-03-01]
22

33
### Bug Fixes
44
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.

README.md

+2-2
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.0.0
67+
gem install influxdb-client -v 3.1.0
6868
```
6969

7070
For management API:
7171

7272
```
73-
gem install influxdb-client-apis -v 3.0.0
73+
gem install influxdb-client-apis -v 3.1.0
7474
```
7575

7676
## Usage

0 commit comments

Comments
 (0)