From ba76f93d17fb715e443665822b4088e8bb80201e Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 21 Jan 2020 13:17:37 -0500 Subject: [PATCH] v0.7.3 release --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313cf689..ec1cd767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.7.3 + +* Improvements + * Scrub `VintageNet.info/0` output to avoid accidental disclosure of WiFi + credentials + * Support options to `deconfigure/2` to mirror those on `configure/2` + * Prefix `udhcpc` logs with interface to more easily blame problematic + networks + * Support IPv4 /32 subnets + * Various documentation fixes and improvements + ## v0.7.2 * Bug fix diff --git a/mix.exs b/mix.exs index 43bb8708..49bee4f4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.7.2" + @version "0.7.3" @source_url "https://github.com/nerves-networking/vintage_net" def project do