From 496908572a611e76ea8c7086979656413276e5b3 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Thu, 4 Apr 2024 11:00:32 -0400 Subject: [PATCH] v0.11.2 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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