Skip to content

Commit 5846d29

Browse files
committed
chore(release): release version 3.0.0 [skip ci]
1 parent e2ca27d commit 5846d29

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-
## 3.0.0 [unreleased]
1+
## 3.0.0 [2023-12-05]
22

33
### Bug Fixes
44
1. [#131](https://github.com/influxdata/influxdb-client-ruby/pull/131): Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings

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

7070
For management API:
7171

7272
```
73-
gem install influxdb-client-apis -v 2.9.0
73+
gem install influxdb-client-apis -v 3.0.0
7474
```
7575

7676
## Usage

0 commit comments

Comments
 (0)