We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff81f2f commit 5292aabCopy full SHA for 5292aab
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.3.0 [unreleased]
+## 2.3.0 [2022-03-18]
2
3
### Bug Fixes
4
1. [#99](https://github.com/influxdata/influxdb-client-ruby/pull/99): Add missing `PatchBucketRequest` model
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.2.0
+gem install influxdb-client -v 2.3.0
68
69
70
For management API:
71
72
73
-gem install influxdb-client-apis -v 2.2.0
+gem install influxdb-client-apis -v 2.3.0
74
75
76
## Usage
0 commit comments