Skip to content

Commit

Permalink
v0.10.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 21, 2021
1 parent da73391 commit 23e5d4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.10.6

* Bug fixes
* Fully decode WiFi flags based on inspecting the `wpa_supplicant` source
code. This should, hopefully, fix the recurring issue with new flags being
discovered. The flags are not decomposed into their constituent parts. The
original flags are still present, but the new ones should be easier to
reason about. E.g., `[:wpa2_psk_ccmp]` is now `[:wpa2_psk_ccmp, :wpa2, :psk, :ccmp]`.

## v0.10.5

* Added
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.10.5"
@version "0.10.6"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit 23e5d4f

Please sign in to comment.