Skip to content

Commit

Permalink
v0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Apr 26, 2022
1 parent 0a52652 commit 6f77f90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.8.4] - 2021-04-25

## Added

* `QMI.WirelessData.modify_profile_settings/3` function
* Can pass 3GPP profile index to `QMI.WirelessData.start_network_interface/2`
* `:roaming_preference` option to
`QMI.NetworkAccess.set_system_selection_preference/2`
* `QMI.Codec.WirelessData.modify_profile_settings/2` function
* `QMI.Codec.WirelessData.profile_setting()` type
* `QMI.Codec.WirelessData.profile_type()` type
* `:profile_3gpp_index` option
`QMI.Codec.WirelessData.start_network_interface_opt()` type

## [v0.8.3] - 2021-02-10

### Added
Expand Down Expand Up @@ -165,6 +179,7 @@ Major refactor

Initial release

[v0.8.3]: https://github.com/nerves-networking/qmi/compare/v0.8.3...v0.8.4
[v0.8.3]: https://github.com/nerves-networking/qmi/compare/v0.8.2...v0.8.3
[v0.8.2]: https://github.com/nerves-networking/qmi/compare/v0.8.1...v0.8.2
[v0.8.1]: https://github.com/nerves-networking/qmi/compare/v0.8.0...v0.8.1
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 QMI.MixProject do
use Mix.Project

@version "0.8.3"
@version "0.8.4"
@source_url "https://github.com/nerves-networking/qmi"

def project do
Expand Down

0 comments on commit 6f77f90

Please sign in to comment.