From fc011e4a5f17759c22c357a5d5175f6b0a6e0379 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Thu, 25 Jul 2024 23:26:36 -0400 Subject: [PATCH] v0.4.0 release --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74c375..7e08234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.4.0] - 2024-07-25 + +### Changed + +* Require Elixir 1.14 and OTP 25. This was done to support more convenient + binary patterns in the QMI library. + +### Added + +* Determine the cellular provider a different way that works reliably with + multi-network SIM cards. This adds a small database to look up the provider + based on MCC and MNC. + ## [v0.3.6] - 2023-05-16 ### Changed diff --git a/mix.exs b/mix.exs index 8e96114..8e5ba4c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.3.6" + @version "0.4.0" @source_url "https://github.com/nerves-networking/vintage_net_qmi" def project do