Skip to content

Commit

Permalink
🐝 Release Loga v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timstott committed Dec 5, 2016
1 parent b120db5 commit 2d77a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1] - 2016-12-02
### Fixed
- Encoding error when converting uploaded file to JSON
[rails/rails#25250](https://github.com/rails/rails/issues/25250)

## [2.1.0] - 2016-11-17
## [2.1.0.pre.1]
### Changed
Expand Down Expand Up @@ -48,6 +53,7 @@ when using simple format. The formatter adds level, timestamp, pid and tags prep
### Changed
- Silence ActionDispatch::DebugExceptions' logger

[2.1.1]: https://github.com/FundingCircle/loga/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/FundingCircle/loga/compare/v2.0.0...v2.1.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/v1.4.0...v2.0.0
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'.freeze
VERSION = '2.1.1'.freeze
end

0 comments on commit 2d77a5c

Please sign in to comment.