diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4e372..210a81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master). -## v1.0.1.beta2 +## v1.0.1.beta2, released 2020-09-14 - Implement [`deliver.action_mailer`](https://guides.rubyonrails.org/active_support_instrumentation.html#deliver-action-mailer) subscriber - Add missing Active Job documentation - Drop support for Ruby 2.4 diff --git a/lib/influxdb/rails/version.rb b/lib/influxdb/rails/version.rb index 18971fd..d1b67ae 100644 --- a/lib/influxdb/rails/version.rb +++ b/lib/influxdb/rails/version.rb @@ -1,5 +1,5 @@ module InfluxDB module Rails - VERSION = "1.0.1.beta1".freeze + VERSION = "1.0.1.beta2".freeze end end