diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc3cbe..61e63ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/TraceLog.podspec b/TraceLog.podspec index 0219b04c..add186f8 100644 --- a/TraceLog.podspec +++ b/TraceLog.podspec @@ -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