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 7393617 commit 8e6667aCopy full SHA for 8e6667a
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.2, released 2018-11-30
6
+
7
+- Added `InfluxDB.convert_timestamp` utility to convert a `Time` to a
8
+ timestamp with (taken from PR influxdb-rails#53 by @ChrisBr).
9
10
## v0.6.1, released 2018-08-23
11
12
- Fix `InfluxDB::Client#delete_retention_policy`: the database name
lib/influxdb/version.rb
@@ -1,3 +1,3 @@
1
module InfluxDB # :nodoc:
- VERSION = "0.6.1".freeze
+ VERSION = "0.6.2".freeze
end
0 commit comments