Skip to content

Commit 8e6667a

Browse files
committed
bump version
[skip ci]
1 parent 7393617 commit 8e6667a

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.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+
510
## v0.6.1, released 2018-08-23
611

712
- Fix `InfluxDB::Client#delete_retention_policy`: the database name

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

0 commit comments

Comments
 (0)