diff --git a/CHANGELOG.md b/CHANGELOG.md index 70df035..c99ba25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.10.4 + +* Fixes + * History from loaded persistance file would be reset and lost if multiple + buffers were configured outside the default buffer when RingLogger was + reconfigured (at startup or runtime) + ## v0.10.3 * Improvements diff --git a/mix.exs b/mix.exs index d2e823b..f6fda79 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.10.3" + @version "0.10.4" @source_url "https://github.com/nerves-project/ring_logger" def project do