From a87c4d5113067339064588481285a8648954d856 Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Tue, 31 Aug 2021 08:33:47 -0700 Subject: [PATCH] v0.2.7 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6174906..fc78f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.2.7 + +* Added + * Support `VintageNet` v0.11.x + * Serial number properties: + * `esn` - Electronic Serial Number (ESN) + * `imei` - International Mobile Equipment Identity (IMEI) + * `meid` - Mobile Equipment Identifier (MEID) + * `imeisv_svn` - IMEI software version number + * The `provider` property to get the service provider name + +* Fixes + * When packet data connection is disconnected set the connection status to + `:disconnected` + * Check connectivity status to know if the modem should power cycle + ## v0.2.6 * Fixes diff --git a/README.md b/README.md index 8db3e7b..fa226b7 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.5"} + {:vintage_net_qmi, "~> 0.2.7"} ] end ``` diff --git a/mix.exs b/mix.exs index 2bc6d70..d669cae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.2.6" + @version "0.2.7" @source_url "https://github.com/nerves-networking/vintage_net_qmi" def project do