Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 11, 2019
1 parent a1e89a4 commit 0d01c66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.6.2

* New features
* Support running a simple DNS server on an interface. This was added for WiFi
AP mode configuration and could be useful for other scenarios.
* Support DHCP server response options
* Support disabling configuration persistence on a per-call basis. This is for
temporary configurations where a reboot should not preserve the setting. For
example, `VintageNet.configure("wlan0", config, persist: false)`

## v0.6.1

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

@version "0.6.1"
@version "0.6.2"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 0d01c66

Please sign in to comment.