Skip to content

Commit abda7be

Browse files
committed
bump version
1 parent bbb1b32 commit abda7be

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.3, released 2018-11-30
6+
7+
- Added `InfluxDB.now(precision)` and `InfluxDB::Client#now` as companions
8+
to `InfluxDB.convert_timestamp`.
9+
510
## v0.6.2, released 2018-11-30
611

712
- Added `InfluxDB.convert_timestamp` utility to convert a `Time` to a

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

0 commit comments

Comments
 (0)