Skip to content

Commit

Permalink
Merge pull request #130 from hennevogel/feature/1.0.1beta2-release
Browse files Browse the repository at this point in the history
Release 1.0.1 Beta 2
  • Loading branch information
hennevogel committed Sep 14, 2020
2 parents bf05e17 + b65a63d commit 2497b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/influxdb/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module InfluxDB
module Rails
VERSION = "1.0.1.beta1".freeze
VERSION = "1.0.1.beta2".freeze
end
end

0 comments on commit 2497b60

Please sign in to comment.