Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 26, 2024
1 parent 4d7127b commit fc011e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6"
@version "0.4.0"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit fc011e4

Please sign in to comment.