Skip to content

Commit

Permalink
Merge pull request #107 from FundingCircle/bump_minor_version
Browse files Browse the repository at this point in the history
Bump minor version
  • Loading branch information
joromir committed May 14, 2018
2 parents 55e8730 + 49ea844 commit 89bd361
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0] - 2018-05-10
### Added
Subscribe to `ActionMailer` events
- deliver
- process
- receive

## [2.1.2] - 2016-12-08
### Fixed
- `Loga::Rack::Logger` looks into `env['rack.exception']` for exceptions
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ This is made possible by silencing these loggers:
- `ActionDispatch::DebugExceptions`
- `ActionController::LogSubscriber`
- `ActionView::LogSubscriber`
- `ActionMailer::LogSubscriber`

#### Request log tags

Expand Down
2 changes: 1 addition & 1 deletion lib/loga/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Loga
VERSION = '2.1.2'.freeze
VERSION = '2.2.0'.freeze
end

0 comments on commit 89bd361

Please sign in to comment.