diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cca6a..510df3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.9.0 + +* New features + * Initial support for 802.11s mesh networking. Please see the docs and the + cookbook for using this since it requires compatible WiFi modules and more + configuration than normal WiFi options. + * Synchronize with vintage_net v0.9.0's networking program path API update + ## v0.8.0 * New features diff --git a/mix.exs b/mix.exs index 76be3d9..64c81e0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetWiFi.MixProject do use Mix.Project - @version "0.8.0" + @version "0.9.0" @source_url "https://github.com/nerves-networking/vintage_net_wifi" def project do