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.
2 parents d10cae3 + ebe8e3b commit 860a6d4Copy full SHA for 860a6d4
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master).
+For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/one-stable).
4
+
5
+## v1.0.2, released 2021-04-13
6
7
+Fix passing booleans to custom tags.
8
9
## v1.0.1, released 2021-03-23
10
lib/influxdb/rails/version.rb
@@ -1,5 +1,5 @@
module InfluxDB
module Rails
- VERSION = "1.0.1".freeze
+ VERSION = "1.0.2".freeze
end
0 commit comments