From e99a81757880b915f5dbbdd2cbed0df8a319dbed Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 2 Oct 2019 14:30:40 -0400 Subject: [PATCH] v0.6.1 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d631380b..4406319b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.1 + +* New features + * Add a `current_ap` property for WiFi interfaces so that programs can get + information about the currently associated access point + * Support running a DHCP server on wired Ethernet interfaces + * Expose `VintageNet.WiFi.WPA2.validate_passphrase/1` so that applications can + reuse the WiFI passphrase validation logic. This logic follows IEEE Std + 802.11i-2004 and validates things like proper length and character set + ## v0.6.0 IMPORTANT: This release contains a LOT of changes. VintageNet is still pre-1.0 diff --git a/mix.exs b/mix.exs index e2320714..a05e26eb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.6.0" + @version "0.6.1" @source_url "https://github.com/nerves-networking/vintage_net" def project do