Skip to content

Commit

Permalink
release version 1.0.0.beta [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jan 17, 2020
1 parent 487fccd commit 90f76bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0.beta [unreleased]
## 1.0.0.beta [2020-01-17]

### Features
1. [#4](https://github.com/influxdata/influxdb-client-ruby/pull/4): Added WriteApi that will be used for Fluentd plugin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The client can be installed manually or with bundler.
To install the client gem manually:

```
gem install influxdb-client --pre
gem install influxdb-client -v 1.0.0.beta
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/influxdb2/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# THE SOFTWARE.

module InfluxDB2
VERSION = '1.0.0'.freeze
VERSION = '1.0.0.beta'.freeze
end

0 comments on commit 90f76bb

Please sign in to comment.