diff --git a/CHANGELOG.md b/CHANGELOG.md index 21744f4..bcaeb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.11.2 + +* Fixes + * Don't crash when logging corrupt data. This is not common, but can caused + when logging output from system commands. + ## v0.11.1 * Fixes diff --git a/mix.exs b/mix.exs index 3d2cc40..29e4893 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.11.1" + @version "0.11.2" @source_url "https://github.com/nerves-project/ring_logger" def project do