From 9dfbbfefef523c43923f3ba94213878b285f1e8e Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 9 Oct 2022 18:46:22 -0400 Subject: [PATCH] v0.8.6 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73fc3a..0667ff1 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.8.6 + +* Improvements + * Fixed crashes when converting unicode chardata. Thanks to @x4lldux for this + fix. + ## v0.8.5 * Improvements diff --git a/mix.exs b/mix.exs index 84728af..5d484bf 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RingLogger.MixProject do use Mix.Project - @version "0.8.5" + @version "0.8.6" @source_url "https://github.com/nerves-project/ring_logger" def project do