Skip to content

Commit

Permalink
v0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 16, 2023
1 parent be88f2e commit 369cb31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.3.6] - 2023-05-16

### Changed

* Don't crash when selecting the APN when the ICCID is `nil`. This is an error
case that's made more confusing by this exception. The default APN will be
selected even though it's probably futile.

## [v0.3.5] - 2023-04-25

### Changed
Expand Down Expand Up @@ -210,7 +218,8 @@ 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.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
[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.5"
@version "0.3.6"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit 369cb31

Please sign in to comment.