Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 9c13d08

Browse files
Prepare release v2.8.0
- Update CHANGELOG.md - Increment version number in mix.exs
1 parent cd09c32 commit 9c13d08

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.8.0] - 2018-04-16
11+
1012
### Added
1113

12-
- `Timber.Integrations.ErrorLogger` allows you to include a new OTP `:error\_logger` handler to better maintain the structure of errors and stacktraces. It also collapses many cases of multi-line logs into a single line.
14+
- `Timber.Integrations.ErrorLogger` allows you to include a new OTP
15+
`:error\_logger` handler to better maintain the structure of errors and
16+
stacktraces. It also collapses many cases of multi-line logs into a single
17+
line.
1318

1419
## [2.7.0] - 2018-03-22
1520

@@ -101,8 +106,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
101106
`Timber.Integrations.PhoenixInstrumenter`. This will suppress log lines
102107
from being written for any controller/action pair.
103108

104-
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.7.0...HEAD
105-
[2.6.1]: https://github.com/timberio/timber-elixir/compare/v2.6.1...v2.7.0
109+
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.8.0...HEAD
110+
[2.8.0]: https://github.com/timberio/timber-elixir/compare/v2.7.0...v2.8.0
111+
[2.7.0]: https://github.com/timberio/timber-elixir/compare/v2.6.1...v2.7.0
106112
[2.6.1]: https://github.com/timberio/timber-elixir/compare/v2.6.0...v2.6.1
107113
[2.6.0]: https://github.com/timberio/timber-elixir/compare/v2.5.6...v2.6.0
108114
[2.5.6]: https://github.com/timberio/timber-elixir/compare/v2.5.5...v2.5.6

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Timber.Mixfile do
99

1010
@source_url "https://github.com/timberio/timber-elixir"
1111
@homepage_url "https://github.com/timberio/timber-elixir"
12-
@version "2.7.0"
12+
@version "2.8.0"
1313

1414
# Project manifest for Mix
1515
#

0 commit comments

Comments
 (0)