Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Aug 31, 2021
1 parent d24391a commit a87c4d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
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.2.6"
@version "0.2.7"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit a87c4d5

Please sign in to comment.