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

Commit 74d236e

Browse files
committed
Prepare 2.5.4 release
1 parent 6153f30 commit 74d236e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.4] - 2017-09-18
11+
1012
### Fixed
1113

1214
- Fixed a bug within the installer where HTTP log delivery was being used on platforms that
@@ -18,4 +20,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1820
`Timber.Integrations.PhoenixInstrumentater`. This will suppress log lines
1921
from being written for any controller/action pair.
2022

21-
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.5.3...HEAD
23+
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.5.4...HEAD
24+
[2.5.4]: https://github.com/timberio/timber-elixir/compare/v2.5.3...v2.5.4

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.5.3"
12+
@version "2.5.4"
1313

1414
# Project manifest for Mix
1515
#

0 commit comments

Comments
 (0)