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 52c9938 commit ca0cd30Copy full SHA for ca0cd30
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.5.0 [unreleased]
+## 2.5.0 [2022-05-20]
2
3
### Breaking Changes
4
1. [#103](https://github.com/influxdata/influxdb-client-ruby/pull/103): Rename `InvocableScripts` to `InvokableScripts`
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.4.0
+gem install influxdb-client -v 2.5.0
68
69
70
For management API:
71
72
73
-gem install influxdb-client-apis -v 2.4.0
+gem install influxdb-client-apis -v 2.5.0
74
75
76
## Usage
0 commit comments