Skip to content

Commit

Permalink
v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 29, 2020
1 parent e5815b5 commit 177c391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.8.0

* New features
* Add a WiFi signal strength polling feature. This works when connected to a
WiFi access point.
* Support vintage_net v0.8.0's `required_ifnames` API update

## v0.7.0

Initial `vintage_net_wifi` release. See the [`vintage_net v0.7.0` release
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.7.0"
@version "0.8.0"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit 177c391

Please sign in to comment.