Skip to content

Commit e8fdec6

Browse files
authored
Merge pull request #253 from hennevogel/release/0.8.1
Release 0.8.1
2 parents f8713d9 + 6640ef5 commit e8fdec6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

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

5-
## unreleased
5+
## v0.8.1, release 2021-02-17
66

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

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

lib/influxdb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InfluxDB # :nodoc:
2-
VERSION = "0.8.0".freeze
2+
VERSION = "0.8.1".freeze
33
end

0 commit comments

Comments
 (0)