Skip to content

Commit e252137

Browse files
committed
prepare 0.6.4 release
1 parent 00bab57 commit e252137

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v0.6.4, releases 2018-12-02
6+
7+
- Fix newly introduced `InfluxDB.now(precision)` for precisions larger
8+
than "s".
9+
510
## v0.6.3, released 2018-11-30
611

712
- Added `InfluxDB.now(precision)` and `InfluxDB::Client#now` as companions

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.6.3".freeze
2+
VERSION = "0.6.4".freeze
33
end

0 commit comments

Comments
 (0)