We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bab57 commit e252137Copy full SHA for e252137
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
For the full commit log, [see here](https://github.com/influxdata/influxdb-ruby/commits/master).
4
5
+## v0.6.4, releases 2018-12-02
6
+
7
+- Fix newly introduced `InfluxDB.now(precision)` for precisions larger
8
+ than "s".
9
10
## v0.6.3, released 2018-11-30
11
12
- Added `InfluxDB.now(precision)` and `InfluxDB::Client#now` as companions
lib/influxdb/version.rb
@@ -1,3 +1,3 @@
1
module InfluxDB # :nodoc:
- VERSION = "0.6.3".freeze
+ VERSION = "0.6.4".freeze
end
0 commit comments