Skip to content

Commit

Permalink
v0.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 25, 2023
1 parent a3bdcfa commit 9620940
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9620940

Please sign in to comment.