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 21ea5c9 commit 84747f6Copy full SHA for 84747f6
CHANGELOG.md
@@ -2,10 +2,11 @@
2
3
For the full commit log, [see here](https://github.com/influxdata/influxdb-ruby/commits/master).
4
5
-## unreleased
+## v0.7.0, released 2018-01-11
6
7
- Drop support for Ruby 2.2, since Bundler dropped it and we want to use
8
Bundler in the development cycle as well.
9
+- Fix issue with tag values ending in a backslash.
10
11
## v0.6.4, releases 2018-12-02
12
lib/influxdb/version.rb
@@ -1,3 +1,3 @@
1
module InfluxDB # :nodoc:
- VERSION = "0.6.4".freeze
+ VERSION = "0.7.0".freeze
end
0 commit comments