Skip to content

Commit

Permalink
v0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 27, 2017
1 parent eff203c commit da9da69
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,6 +1,15 @@
# Changelog

## v0.3.4

* Enhancements
* Make `:dhcp` the default `ipv4_address_method` when unspecified.
* Return interface status from SystemRegistry instead of querying
`nerves_network_interface`. This ensures that all fields are returned.
* Various documentation improvements

## v0.3.3

* Enhancements
* Fix deprecation warnings for Elixir 1.5

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Nerves.Network.Mixfile do

def project do
[app: :nerves_network,
version: "0.3.3",
version: "0.3.4",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit da9da69

Please sign in to comment.