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 +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 2.5.6] - 2017-09-28
11+
1012### Fixed
1113
1214 - Fixed an error where ` Timber.Integrations.PhoenixInstrumenter ` would cause
@@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3840 ` Timber.Integrations.PhoenixInstrumentater ` . This will suppress log lines
3941 from being written for any controller/action pair.
4042
41- [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.5.5...HEAD
43+ [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.5.6...HEAD
44+ [ 2.5.6 ] : https://github.com/timberio/timber-elixir/compare/v2.5.5...v2.5.6
4245[ 2.5.5 ] : https://github.com/timberio/timber-elixir/compare/v2.5.4...v2.5.5
4346[ 2.5.4 ] : https://github.com/timberio/timber-elixir/compare/v2.5.3...v2.5.4
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.5.5 "
12+ @ version "2.5.6 "
1313
1414 # Project manifest for Mix
1515 #
You can’t perform that action at this time.
0 commit comments