Skip to content

Commit

Permalink
Merge pull request #57 from tonystone/prep-401
Browse files Browse the repository at this point in the history
Prep for the 4.0.1 release.
  • Loading branch information
tonystone committed Sep 10, 2018
2 parents a629845 + 01d5a38 commit a42b00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All significant changes to this project will be documented in this file.

## [4.0.1](https://github.com/tonystone/tracelog/tree/4.0.1)

#### Fixed
- Adding missing newline to `ConsoleWriter` output (issue #55).

## [4.0.0](https://github.com/tonystone/tracelog/tree/4.0.0)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion TraceLog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "TraceLog"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "Dead Simple: logging the way it's meant to be!"
s.description = <<-DESC
TraceLog is a configurable debug logging system. It is unique in that it's configured
Expand Down

0 comments on commit a42b00a

Please sign in to comment.