From 0d01c66bab760f1e85498de4dfa51a27ba7bc29d Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 11 Oct 2019 03:14:30 -0400 Subject: [PATCH] v0.6.2 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4406319b..ea83576d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.2 + +* New features + * Support running a simple DNS server on an interface. This was added for WiFi + AP mode configuration and could be useful for other scenarios. + * Support DHCP server response options + * Support disabling configuration persistence on a per-call basis. This is for + temporary configurations where a reboot should not preserve the setting. For + example, `VintageNet.configure("wlan0", config, persist: false)` + ## v0.6.1 * New features diff --git a/mix.exs b/mix.exs index c9a19e39..ea14d136 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.6.1" + @version "0.6.2" @source_url "https://github.com/nerves-networking/vintage_net" def project do