Skip to content

Commit 2497b60

Browse files
authored
Merge pull request #130 from hennevogel/feature/1.0.1beta2-release
Release 1.0.1 Beta 2
2 parents bf05e17 + b65a63d commit 2497b60

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.beta2
5+
## v1.0.1.beta2, released 2020-09-14
66
- Implement [`deliver.action_mailer`](https://guides.rubyonrails.org/active_support_instrumentation.html#deliver-action-mailer) subscriber
77
- Add missing Active Job documentation
88
- Drop support for Ruby 2.4

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.1.beta1".freeze
3+
VERSION = "1.0.1.beta2".freeze
44
end
55
end

0 commit comments

Comments
 (0)