Skip to content

Commit

Permalink
v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 25, 2020
1 parent f295d6c commit 8e437fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8e437fd

Please sign in to comment.