diff --git a/CHANGELOG.md b/CHANGELOG.md index 00912ae..9e47752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.5.5 +* Bug fixes + * Build C source under the `_build` directory so that changing targets + properly rebuilds the C code as well as the Elixir code. + ## v0.5.4 * Bug fixes diff --git a/mix.exs b/mix.exs index 4dc3767..27269f1 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nerves.Network.Mixfile do def project do [ app: :nerves_network, - version: "0.5.4", + version: "0.5.5", elixir: "~> 1.4", start_permanent: Mix.env() == :prod, build_embedded: true,