We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d8e4e commit cca928bCopy full SHA for cca928b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.7.0 [unreleased]
+## 2.7.0 [2022-07-29]
2
3
### Features
4
1. [#106](https://github.com/influxdata/influxdb-client-ruby/pull/106): Add logging for HTTP requests
README.md
@@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
64
To install the client gem manually:
65
66
```
67
-gem install influxdb-client -v 2.6.0
+gem install influxdb-client -v 2.7.0
68
69
70
For management API:
71
72
73
-gem install influxdb-client-apis -v 2.6.0
+gem install influxdb-client-apis -v 2.7.0
74
75
76
## Usage
0 commit comments