Skip to content

Commit

Permalink
v0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 21, 2020
1 parent a6f4080 commit ba76f93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.7.3

* Improvements
* Scrub `VintageNet.info/0` output to avoid accidental disclosure of WiFi
credentials
* Support options to `deconfigure/2` to mirror those on `configure/2`
* Prefix `udhcpc` logs with interface to more easily blame problematic
networks
* Support IPv4 /32 subnets
* Various documentation fixes and improvements

## v0.7.2

* Bug fix
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 VintageNet.MixProject do
use Mix.Project

@version "0.7.2"
@version "0.7.3"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit ba76f93

Please sign in to comment.