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 bbb1b32 commit abda7beCopy full SHA for abda7be
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.3, released 2018-11-30
6
+
7
+- Added `InfluxDB.now(precision)` and `InfluxDB::Client#now` as companions
8
+ to `InfluxDB.convert_timestamp`.
9
10
## v0.6.2, released 2018-11-30
11
12
- Added `InfluxDB.convert_timestamp` utility to convert a `Time` to a
lib/influxdb/version.rb
@@ -1,3 +1,3 @@
1
module InfluxDB # :nodoc:
- VERSION = "0.6.2".freeze
+ VERSION = "0.6.3".freeze
end
0 commit comments