From 9b3a3c80854aa4b9842560f34915cf0180da5a8f Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Tue, 26 Sep 2023 11:38:37 -0600 Subject: [PATCH] v0.10.4 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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