Skip to content

Commit 5f00eb3

Browse files
authored
Merge pull request #126 from hennevogel/feature/1.0.1beta1-release
Release 1.0.1 Beta 1
2 parents 4deaf6e + 731e062 commit 5f00eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## v1.0.1, unreleased
5+
## v1.0.1.beta1, released 2020-08-21
66
- Drop support for Ruby 2.3
77
- Drop support for Rails 4.x
88
- Add `auth_method` to client configuration (#96, @anlek)

lib/influxdb/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module InfluxDB
22
module Rails
3-
VERSION = "1.0.0".freeze
3+
VERSION = "1.0.1.beta1".freeze
44
end
55
end

0 commit comments

Comments
 (0)