Skip to content

Commit

Permalink
v0.12.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 7, 2024
1 parent 0301caf commit 40c8268
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.12.5 - 2024-04-07

* Changes
* Revert support for WPA3 with `VintageNetWiFi.quick_configure/2`. It caused
way to many issues on some Nerves devices. The default is WPA2 like old
times. Raspberry Pis, BBBs, and GRiSP2 don't support WPA3 with their
built-in WiFi modules so this may not impact you.
* Support use of WPA3 via an application environment option. See
`VintageNetWiFi.quick_configure/2` for details.

## v0.12.4 - 2024-03-31

* Changes
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 VintageNetWiFi.MixProject do
use Mix.Project

@version "0.12.4"
@version "0.12.5"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit 40c8268

Please sign in to comment.