Skip to content

Commit 84747f6

Browse files
committed
prepare 0.7.0 release
1 parent 21ea5c9 commit 84747f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
## unreleased
5+
## v0.7.0, released 2018-01-11
66

77
- Drop support for Ruby 2.2, since Bundler dropped it and we want to use
88
Bundler in the development cycle as well.
9+
- Fix issue with tag values ending in a backslash.
910

1011
## v0.6.4, releases 2018-12-02
1112

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

0 commit comments

Comments
 (0)