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 bf05e17 + b65a63d commit 2497b60Copy full SHA for 2497b60
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.beta2
+## v1.0.1.beta2, released 2020-09-14
6
- Implement [`deliver.action_mailer`](https://guides.rubyonrails.org/active_support_instrumentation.html#deliver-action-mailer) subscriber
7
- Add missing Active Job documentation
8
- Drop support for Ruby 2.4
lib/influxdb/rails/version.rb
@@ -1,5 +1,5 @@
1
module InfluxDB
module Rails
- VERSION = "1.0.1.beta1".freeze
+ VERSION = "1.0.1.beta2".freeze
end
0 commit comments