Skip to content

Commit

Permalink
v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 6, 2024
1 parent 27f47a9 commit 78edefa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.4.1] - 2024-08-06

### Changed

* Fix various ways that a cellular module with trouble reading a SIM card could
cause a crash. This was a low probability event that actually accumulated a
lot of crash reports.
* Reduce retry rate for SIM card read errors from 1s to 5s. These are unlikely
to recover and retrying every second logged a lot.

## [v0.4.0] - 2024-07-25

### Changed
Expand Down Expand Up @@ -231,6 +241,8 @@ code that this is subscribe to this property to have the correct spelling.

Initial Release

[v0.4.1]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.6...v0.4.0
[v0.3.6]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.5...v0.3.6
[v0.3.5]: 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
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.4.0"
@version "0.4.1"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit 78edefa

Please sign in to comment.