Skip to content

Commit

Permalink
Merge pull request #93 from FundingCircle/loga-v2-1
Browse files Browse the repository at this point in the history
Release Loga v2.1.0
  • Loading branch information
timstott committed Nov 17, 2016
2 parents 90d201e + c89a017 commit 8dddf93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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.1.0]
## [2.1.0.pre.1]
### Changed
- Replace `ActiveSupport::Logger::SimpleFormatter` with `Loga::Formatters::SimpleFormatter`
Expand Down Expand Up @@ -47,8 +48,9 @@ when using simple format. The formatter adds level, timestamp, pid and tags prep
### Changed
- Silence ActionDispatch::DebugExceptions' logger

[2.1.0]: https://github.com/FundingCircle/loga/compare/v2.0.0...v2.0.0
[2.1.0.pre.1]: https://github.com/FundingCircle/loga/compare/v2.0.0...v2.1.0.pre.1
[2.0.0]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre.3...v2.0.0
[2.0.0]: https://github.com/FundingCircle/loga/compare/v1.4.0...v2.0.0
[2.0.0.pre.3]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre.2...v2.0.0.pre.3
[2.0.0.pre.2]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre1...v2.0.0.pre.2
[2.0.0.pre1]: https://github.com/FundingCircle/loga/compare/v1.4.0...v2.0.0.pre1
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.0.pre.1'.freeze
VERSION = '2.1.0'.freeze
end

0 comments on commit 8dddf93

Please sign in to comment.