Skip to content

Commit

Permalink
v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 2, 2019
1 parent b253bf1 commit e99a817
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.1

* New features
* Add a `current_ap` property for WiFi interfaces so that programs can get
information about the currently associated access point
* Support running a DHCP server on wired Ethernet interfaces
* Expose `VintageNet.WiFi.WPA2.validate_passphrase/1` so that applications can
reuse the WiFI passphrase validation logic. This logic follows IEEE Std
802.11i-2004 and validates things like proper length and character set

## v0.6.0

IMPORTANT: This release contains a LOT of changes. VintageNet is still pre-1.0
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.0"
@version "0.6.1"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit e99a817

Please sign in to comment.