diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e4c56..2ebd0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ possible that would be really nice to have. I just haven't had a project to justify them and don't have time. Please consider reaching out if you have time and interest.* +## v1.5.4 + +* Fixes + * Fix continue_in_progress_write() pointer error that when hit would likely + include random bursts of 0s in the data stream. Thanks to @ewildgoose for + this fix. + +* Updates + * Update copyright and license info for [REUSE compliance](https://reuse.software/) + ## v1.5.3 * Fixes diff --git a/mix.exs b/mix.exs index 52e0341..3a3372f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.UART.MixProject do use Mix.Project - @version "1.5.3" + @version "1.5.4" @source_url "https://github.com/elixir-circuits/circuits_uart" def project do