From 9620940ac7bcda9a2df52c9619eb80a01a66bc53 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 25 Apr 2023 17:55:37 -0400 Subject: [PATCH] v0.3.5 release --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b179f..cc626eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.5] - 2023-04-25 + +### Changed + +* Restrict reported ASU values to 0-31 | 99 to match expected values. In one + case, 32 was reported for a strong signal, but prior to the change there + wasn't a limit. + ## [v0.3.4] - 2023-03-23 ### Changed @@ -202,6 +210,7 @@ code that this is subscribe to this property to have the correct spelling. Initial Release +[v0.3.4]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.4...v0.3.5 [v0.3.4]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.3...v0.3.4 [v0.3.3]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.2...v0.3.3 [v0.3.2]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.1...v0.3.2 diff --git a/mix.exs b/mix.exs index 60dec61..57b3ad8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.3.4" + @version "0.3.5" @source_url "https://github.com/nerves-networking/vintage_net_qmi" def project do