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 +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+
10+ ## [ 2.5.5] - 2017-09-21
11+
912### Fixed
1013
1114 - ` Timber.Events.HTTPRepsonseEvent ` no longer enforces the ` :time_ms ` key on
@@ -24,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2427 ` Timber.Integrations.PhoenixInstrumentater ` . This will suppress log lines
2528 from being written for any controller/action pair.
2629
27- [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.5.4...HEAD
30+ [ Unreleased ] : https://github.com/timberio/timber-elixir/compare/v2.5.5...HEAD
31+ [ 2.5.5 ] : https://github.com/timberio/timber-elixir/compare/v2.5.4...v2.5.5
2832[ 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.4 "
12+ @ version "2.5.5 "
1313
1414 # Project manifest for Mix
1515 #
You can’t perform that action at this time.
0 commit comments