Skip to content

Commit 5292aab

Browse files
committed
chore(release): release version 2.3.0 [skip ci]
1 parent ff81f2f commit 5292aab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.0 [unreleased]
1+
## 2.3.0 [2022-03-18]
22

33
### Bug Fixes
44
1. [#99](https://github.com/influxdata/influxdb-client-ruby/pull/99): Add missing `PatchBucketRequest` model

README.md

Lines changed: 2 additions & 2 deletions
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 2.2.0
67+
gem install influxdb-client -v 2.3.0
6868
```
6969

7070
For management API:
7171

7272
```
73-
gem install influxdb-client-apis -v 2.2.0
73+
gem install influxdb-client-apis -v 2.3.0
7474
```
7575

7676
## Usage

0 commit comments

Comments
 (0)