diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaeb18..3df25be 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.3 + +* Fixes + * Set the minimum log viewer line width to 25 so that the viewer works when + the terminal forgets how wide it is + ## v0.11.2 * Fixes diff --git a/mix.exs b/mix.exs index 29e4893..e936646 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.11.2" + @version "0.11.3" @source_url "https://github.com/nerves-project/ring_logger" def project do