Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Feb 10, 2022
1 parent cee173e commit 3eda988
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@

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

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

### Added

Support for getting and setting modem operating mode and support for getting
and setting configuration for the modem's radio technology preference.

* `QMI.DeviceManagement.get_operating_mode/1` (@jjcarstens)
* `QMI.DeviceManagement.set_operating_mode/2` (@jjcarstens)
* `QMI.Codec.DeviceManagement.get_operating_mode/0` (@jjcarstens)
* `QMI.Codec.DeviceManagement.set_operating_mode/1` (@jjcarstens)
* `QMI.NetworkAccess.get_system_selection_preference/1`
* `QMI.NetworkAccess.set_system_selection_preference/2`
* `QMI.Codec.NetworkAccess.get_system_selection_preference/0`
* `QMI.Codec.NetworkAccess.set_system_selection_preference/1`


## [v0.8.2] - 2021-10-21

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

Initial release

[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
[v0.8.0]: https://github.com/nerves-networking/qmi/compare/v0.7.1...v0.8.0
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.2"
@version "0.8.3"
@source_url "https://github.com/nerves-networking/qmi"

def project do
Expand Down

0 comments on commit 3eda988

Please sign in to comment.