Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Dec 20, 2021
1 parent 8b5056b commit 6998910
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.2.12] - 2021-12-20

### Added

* Property named `"manufacturer"` for the manufacturer name of the modem
* Property named `"model"` for the product name of the modem

## [v0.2.11] - 2021-11-18

### Fixes
Expand Down Expand Up @@ -136,4 +143,7 @@

Initial Release

[v0.2.12]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.11...v0.2.12
[v0.2.11]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.10...v0.2.11
[v0.2.10]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.9...v0.2.10
[v0.2.9]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.8...v0.2.9
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.11"}
{:vintage_net_qmi, "~> 0.2.12"}
]
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.11"
@version "0.2.12"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit 6998910

Please sign in to comment.