diff --git a/CHANGELOG.md b/CHANGELOG.md index 4402749..39e4c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.3 + +* Fixes + * Fix compilation when Erlang has been installed to a directory with spaces + ## v1.5.2 * Fixes diff --git a/mix.exs b/mix.exs index 6b83203..55fd95e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.UART.MixProject do use Mix.Project - @version "1.5.2" + @version "1.5.3" @source_url "https://github.com/elixir-circuits/circuits_uart" def project do