Skip to content

Commit

Permalink
Merge pull request #253 from hennevogel/release/0.8.1
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
hennevogel authored Feb 17, 2021
2 parents f8713d9 + 6640ef5 commit e8fdec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

For the full commit log, [see here](https://github.com/influxdata/influxdb-ruby/commits/master).

## unreleased
## v0.8.1, release 2021-02-17

- Ensure workers can send data popped off the queue at shutdown (#239,
@onlynone)
- Add support for special characters in password when using url keyword (#242,
@swistak35)
- Add Ruby 3.0 support (#249, @dentarg, @paul and @track8)
- Support characters that need quoting for usernames and database names (#248, @estheruary)

## v0.8.0, released 2020-02-05

Expand Down
2 changes: 1 addition & 1 deletion lib/influxdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InfluxDB # :nodoc:
VERSION = "0.8.0".freeze
VERSION = "0.8.1".freeze
end

0 comments on commit e8fdec6

Please sign in to comment.