diff --git a/CHANGELOG.md b/CHANGELOG.md index 15aba20..429fea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 9effd1b..c5685e7 100644 --- a/mix.exs +++ b/mix.exs @@ -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