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

Commit

Permalink
Prepare v2.8.3 release
Browse files Browse the repository at this point in the history
  - Consolidate changes in CHANGELOG.md and update links
  - Updates the version number in mix.exs
  • Loading branch information
DavidAntaramian committed Aug 13, 2018
1 parent 72dd0ff commit f904143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Cache system hostname
## [2.8.3] - 2018-08-13

### Changed

- The system hostname is now cached after it is fetched the first time.
Previously, the hostname was fetched every time a log line was formatted for
output (whether by formatting occured in the console formatter or during
HTTP transport). This reduces the overhead caused by fetching the hostname.

## [2.8.2] - 2018-07-01

Expand Down Expand Up @@ -136,7 +143,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
`Timber.Integrations.PhoenixInstrumenter`. This will suppress log lines
from being written for any controller/action pair.

[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.8.1...HEAD
[Unreleased]: https://github.com/timberio/timber-elixir/compare/v2.8.3...HEAD
[2.8.3]: https://github.com/timberio/timber-elixir/compare/v2.8.2...v2.8.3
[2.8.2]: https://github.com/timberio/timber-elixir/compare/v2.8.1...v2.8.2
[2.8.1]: https://github.com/timberio/timber-elixir/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/timberio/timber-elixir/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/timberio/timber-elixir/compare/v2.6.1...v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Timber.Mixfile do

@source_url "https://github.com/timberio/timber-elixir"
@homepage_url "https://github.com/timberio/timber-elixir"
@version "2.8.2"
@version "2.8.3"

# Project manifest for Mix
#
Expand Down

0 comments on commit f904143

Please sign in to comment.