Skip to content

Commit

Permalink
v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed May 2, 2022
1 parent a802d29 commit 798b389
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## [v0.3.1] - 2021-04-27
## [v0.3.2] - 2022-05-02

### Changed

* `:vintage_net` `v0.12.0` and up is now required

## [v0.3.1] - 2022-04-27

### Added

* Add support for `:roaming_allowed?` field in a service provider configuration
to allow or disallow roaming when using the configured service provider.

## [v0.3.0] - 2021-02-10
## [v0.3.0] - 2022-02-10

There was a fix that changed the property reported in the property table from
`"manufacture"` to `"manufacturer"`. To upgrade you will want to change any
Expand Down Expand Up @@ -180,6 +186,7 @@ code that this is subscribe to this property to have the correct spelling.

Initial Release

[v0.3.2]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.14...v0.3.0
[v0.2.14]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.2.13...v0.2.14
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.3.1"}
{:vintage_net_qmi, "~> 0.3.2"}
]
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.3.1"
@version "0.3.2"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit 798b389

Please sign in to comment.