This repository was archived by the owner on Dec 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 2.8.1] - 2018-06-07
11+
1012### Added
1113
1214 - Add support for inline context via the ` :context ` ` Logger ` metadata key.
1315 - Add ` Timber.remove_context_key ` for removing an individual keys off of context structures.
1416
17+ ### Changed
18+
19+ - Relax the ` :plug ` dependency to allow for more plug versions.
20+
1521## [ 2.8.0] - 2018-04-16
1622
1723### Added
@@ -122,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
122128 ` Timber.Integrations.PhoenixInstrumenter ` . This will suppress log lines
123129 from being written for any controller/action pair.
124130
125- [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.8.0...HEAD
131+ [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.8.1...HEAD
132+ [ 2.8.1 ] : https://github.com/timberio/timber-elixir/compare/v2.8.0...v2.8.1
126133[ 2.8.0 ] : https://github.com/timberio/timber-elixir/compare/v2.7.0...v2.8.0
127134[ 2.7.0 ] : https://github.com/timberio/timber-elixir/compare/v2.6.1...v2.7.0
128135[ 2.6.1 ] : https://github.com/timberio/timber-elixir/compare/v2.6.0...v2.6.1
Original file line number Diff line number Diff 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.8.0 "
12+ @ version "2.8.1 "
1313
1414 # Project manifest for Mix
1515 #
You can’t perform that action at this time.
0 commit comments