Skip to content

Commit ca0cd30

Browse files
committed
chore(release): release version 2.5.0 [skip ci]
1 parent 52c9938 commit ca0cd30

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.5.0 [unreleased]
1+
## 2.5.0 [2022-05-20]
22

33
### Breaking Changes
44
1. [#103](https://github.com/influxdata/influxdb-client-ruby/pull/103): Rename `InvocableScripts` to `InvokableScripts`

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.4.0
67+
gem install influxdb-client -v 2.5.0
6868
```
6969

7070
For management API:
7171

7272
```
73-
gem install influxdb-client-apis -v 2.4.0
73+
gem install influxdb-client-apis -v 2.5.0
7474
```
7575

7676
## Usage

0 commit comments

Comments
 (0)