Skip to content

Commit 89bd361

Browse files
authored
Merge pull request #107 from FundingCircle/bump_minor_version
Bump minor version
2 parents 55e8730 + 49ea844 commit 89bd361

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.2.0] - 2018-05-10
8+
### Added
9+
Subscribe to `ActionMailer` events
10+
- deliver
11+
- process
12+
- receive
13+
714
## [2.1.2] - 2016-12-08
815
### Fixed
916
- `Loga::Rack::Logger` looks into `env['rack.exception']` for exceptions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ This is made possible by silencing these loggers:
9595
- `ActionDispatch::DebugExceptions`
9696
- `ActionController::LogSubscriber`
9797
- `ActionView::LogSubscriber`
98+
- `ActionMailer::LogSubscriber`
9899

99100
#### Request log tags
100101

lib/loga/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Loga
2-
VERSION = '2.1.2'.freeze
2+
VERSION = '2.2.0'.freeze
33
end

0 commit comments

Comments
 (0)