Skip to content

Commit 61d041d

Browse files
committed
v0.4.8 release
1 parent f474251 commit 61d041d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.4.8 - 2022-04-29
4+
5+
* Added
6+
* Pass `:infinity` to the `:inactivity_timeout` option to keep the wizard
7+
running indefinitely regardless of user activity (@ConnorRigby)
8+
9+
* Fixed
10+
* Avoid overwriting connection details on shutdown (@paulanthonywilson)
11+
* Issue when connecting to WPA2/3 networks due to deciding authentication
12+
needs based on the composite set flags supplied by the wpa_supplicant
13+
314
## v0.4.7 - 2022-03-23
415

516
* Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule VintageNetWizard.MixProject do
22
use Mix.Project
33

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

77
def project do

0 commit comments

Comments
 (0)