From 45200ce6be33f543c3fa9be32812c5f339216f8a Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Thu, 10 Feb 2022 15:32:33 -0700 Subject: [PATCH] release v0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760bd95..7a32323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.3.0] - 2021-02-10 + +There was a fix that changed the property reported in the property table from +`"manufacture"` to `"manufacturer"`. To upgrade you will want to change any +code that this is subscribe to this property to have the correct spelling. + +### Added + +* Add support to configure which radio technologies you want the modem to use + +### Fixes + +* References to manufacturer +* Infinite retrying to establish connection after the connection has been + established +* Report selected APN before connection attempt + ## [v0.2.14] - 2022-1-13 ### Added diff --git a/README.md b/README.md index 3e0789f..eb7c390 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.2.14"} + {:vintage_net_qmi, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 5f92bcc..abb7533 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.2.14" + @version "0.3.0" @source_url "https://github.com/nerves-networking/vintage_net_qmi" def project do