Skip to content

Commit

Permalink
v0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 29, 2019
1 parent 52ab48a commit a7041bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.6.3

This release renames the WiFi mode names. The old names still work so it's a
backwards compatible update. The new names are `:ap` and `:infrastructure`
instead of `:host` and `:client`. These names match the mode names in the IEEE
specifications and usage elsewhere.

* New features
* Support static IPv4 configurations for a default gateway and list of name
resolvers. See `:gateway` and `:name_servers` parameters.
* Support ad-hoc WiFi networking (IBSS mode)

## v0.6.2

* 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.2"
@version "0.6.3"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit a7041bf

Please sign in to comment.