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 4deaf6e + 731e062 commit 5f00eb3Copy full SHA for 5f00eb3
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master).
4
5
-## v1.0.1, unreleased
+## v1.0.1.beta1, released 2020-08-21
6
- Drop support for Ruby 2.3
7
- Drop support for Rails 4.x
8
- Add `auth_method` to client configuration (#96, @anlek)
lib/influxdb/rails/version.rb
@@ -1,5 +1,5 @@
1
module InfluxDB
module Rails
- VERSION = "1.0.0".freeze
+ VERSION = "1.0.1.beta1".freeze
end
0 commit comments