Skip to content

Commit

Permalink
v0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Apr 29, 2022
1 parent f474251 commit 61d041d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.4.8 - 2022-04-29

* Added
* Pass `:infinity` to the `:inactivity_timeout` option to keep the wizard
running indefinitely regardless of user activity (@ConnorRigby)

* Fixed
* Avoid overwriting connection details on shutdown (@paulanthonywilson)
* Issue when connecting to WPA2/3 networks due to deciding authentication
needs based on the composite set flags supplied by the wpa_supplicant

## v0.4.7 - 2022-03-23

* Fixed
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 VintageNetWizard.MixProject do
use Mix.Project

@version "0.4.7"
@version "0.4.8"
@source_url "https://github.com/nerves-networking/vintage_net_wizard"

def project do
Expand Down

0 comments on commit 61d041d

Please sign in to comment.