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