diff --git a/CHANGELOG.md b/CHANGELOG.md index d79d263..fb29b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.6.0 + +* Fixes + * Fix Elixir 1.20 warning + * Remove support for Elixir 1.14 and earlier due to new compilation errors and + lack of support from dependencies + ## v1.5.5 * Fixes diff --git a/mix.exs b/mix.exs index c147f0d..4abcc0e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.UART.MixProject do use Mix.Project - @version "1.5.5" + @version "1.6.0" @source_url "https://github.com/elixir-circuits/circuits_uart" def project do