diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b22295..878aa8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.1.3 + +* Updates + * Support `qmi` v0.3.1 + +* Fixes + * Connection code blocking supervision initialization + + ## v0.1.2 * Updates diff --git a/mix.exs b/mix.exs index e91574b..c673714 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.1.2" + @version "0.1.3" @source_url "https://github.com/smartrent/vintage_net_qmi" def project do