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

Commit a7dd12b

Browse files
Prepare 2.6.1 release
- Consolidate changes in CHANGELOG.md - Update version in mix.exs
1 parent 21b329c commit a7dd12b

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.6.1] - 2017-10-02
11+
1012
### Fixed
1113

1214
- Fixed an error where `Timber.Integrations.PhoenixInstrumenter` would fail
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6365
`Timber.Integrations.PhoenixInstrumenter`. This will suppress log lines
6466
from being written for any controller/action pair.
6567

66-
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.6.0...HEAD
68+
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.6.1...HEAD
69+
[2.6.1]: https://github.com/timberio/timber-elixir/compare/v2.6.0...v2.6.1
6770
[2.6.0]: https://github.com/timberio/timber-elixir/compare/v2.5.6...v2.6.0
6871
[2.5.6]: https://github.com/timberio/timber-elixir/compare/v2.5.5...v2.5.6
6972
[2.5.5]: https://github.com/timberio/timber-elixir/compare/v2.5.4...v2.5.5

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.6.0"
12+
@version "2.6.1"
1313

1414
# Project manifest for Mix
1515
#

0 commit comments

Comments
 (0)