From d251aec1de512cbcf0279c2f54d69bdc319c39c5 Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Thu, 21 Sep 2023 08:04:50 -0600 Subject: [PATCH] v0.1.4 Release Signed-off-by: Connor Rigby --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b8e8e..6b2f76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.1.4 + +* Bugfixes: + * Fix issue with UART framing module causing doubled-up messages to not be delivered in order +* Enhancements: + * Allow initialized UART connections to be passed via config + ## v0.1.3 * Enhancements: diff --git a/mix.exs b/mix.exs index d8f7eb3..4aaec09 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule BlueHeronTransportUart.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" @source_url "https://github.com/blue-heron/blue_heron_transport_uart" def project do