Skip to content

Commit 8dddf93

Browse files
authored
Merge pull request #93 from FundingCircle/loga-v2-1
Release Loga v2.1.0
2 parents 90d201e + c89a017 commit 8dddf93

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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.1.0]
78
## [2.1.0.pre.1]
89
### Changed
910
- Replace `ActiveSupport::Logger::SimpleFormatter` with `Loga::Formatters::SimpleFormatter`
@@ -47,8 +48,9 @@ when using simple format. The formatter adds level, timestamp, pid and tags prep
4748
### Changed
4849
- Silence ActionDispatch::DebugExceptions' logger
4950

51+
[2.1.0]: https://github.com/FundingCircle/loga/compare/v2.0.0...v2.0.0
5052
[2.1.0.pre.1]: https://github.com/FundingCircle/loga/compare/v2.0.0...v2.1.0.pre.1
51-
[2.0.0]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre.3...v2.0.0
53+
[2.0.0]: https://github.com/FundingCircle/loga/compare/v1.4.0...v2.0.0
5254
[2.0.0.pre.3]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre.2...v2.0.0.pre.3
5355
[2.0.0.pre.2]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre1...v2.0.0.pre.2
5456
[2.0.0.pre1]: https://github.com/FundingCircle/loga/compare/v1.4.0...v2.0.0.pre1

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.0.pre.1'.freeze
2+
VERSION = '2.1.0'.freeze
33
end

0 commit comments

Comments
 (0)