Skip to content

Commit

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

## v0.2.0

* New features
* Support WiFi AP mode - see README.md for example

* Bug fixes
* Alway update local routes before default routes to avoid getting errors when
Linux detects an unroutable table entry

## v0.1.0

Initial release to hex.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule VintageNet.MixProject do
def project do
[
app: :vintage_net,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 450b564

Please sign in to comment.