From 798b389454eae23087bbb4bc062943185cbaac12 Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Mon, 2 May 2022 13:23:58 -0700 Subject: [PATCH] v0.3.2 release --- CHANGELOG.md | 11 +++++++++-- README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e32a1..20a9a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 83a4960..0499e03 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index a7f7b7d..04512e5 100644 --- a/mix.exs +++ b/mix.exs @@ -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