Skip to content

Commit

Permalink
v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 24, 2021
1 parent a93b4c1 commit 7652aeb
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.9.2

This release introduces helper functions for configuring the most common types
of networks:

* `VintageNetWiFi.quick_connect("ssid", "password")` - connect to a WPA PSK
network on `"wlan0"`
* `VintageNetWiFi.quick_scan()` - scan and return access points in one call

Additionally, there's now a `VintageNetWiFi.Cookbook` module with functions for
creating the configs for various kinds of networks.

## v0.9.1

* Bug fixes
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.9.1"
@version "0.9.2"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit 7652aeb

Please sign in to comment.