diff --git a/CHANGELOG.md b/CHANGELOG.md index 60434ec..bb35f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.2.2 + +* Improvements + * Add `VintageNetQMI.quick_configure/1` to easily configure `VintageNet` at + runtime. + +* Updates + * Support `vintage_net` v0.10.2 + * Better handling of connection status + ## v0.2.1 * Updates diff --git a/README.md b/README.md index 7bc2d68..972226d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this library, first add it to your project's dependency list: ```elixir def deps do [ - {:vintage_net_qmi, "~> 0.1.0"} + {:vintage_net_qmi, "~> 0.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index fd95473..a9e4558 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" @source_url "https://github.com/smartrent/vintage_net_qmi" def project do