From a7041bfe32f1eef85ea0071dfeeed24670e578b6 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 28 Oct 2019 21:24:48 -0400 Subject: [PATCH] v0.6.3 release --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea83576d..da12bdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.6.3 + +This release renames the WiFi mode names. The old names still work so it's a +backwards compatible update. The new names are `:ap` and `:infrastructure` +instead of `:host` and `:client`. These names match the mode names in the IEEE +specifications and usage elsewhere. + +* New features + * Support static IPv4 configurations for a default gateway and list of name + resolvers. See `:gateway` and `:name_servers` parameters. + * Support ad-hoc WiFi networking (IBSS mode) + ## v0.6.2 * New features diff --git a/mix.exs b/mix.exs index ea14d136..3ac737a7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.6.2" + @version "0.6.3" @source_url "https://github.com/nerves-networking/vintage_net" def project do