From 570f0122f156744975f71e5736dc6e96956b4150 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 20 Dec 2019 12:14:07 -0500 Subject: [PATCH] v1.4.1 release --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a028ca..e547282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## v1.4.1 + +* Bug fix + * Remove unneeded `terminate/2` that could crash under some situations. + ## v1.4.0 * New Feature * Add `Circuits.UART.controlling_process/2`. This assigns a new controlling - process Pid to a uart in similar to OTP functions like `:gen_udp.controlling_process/2`. Thanks to Robin Hilliard for adding this. + process Pid to a uart in similar to OTP functions like + `:gen_udp.controlling_process/2`. Thanks to Robin Hilliard for adding this. ## v1.3.2 diff --git a/mix.exs b/mix.exs index 99efe9b..c309603 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.UART.MixProject do use Mix.Project - @version "1.4.0" + @version "1.4.1" def project do [