diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a9d05..94f030c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.10.2 + +* New features + * Support setting the MAC address via either a string or an MFA that will be + called to read the MAC address. See the `:mac_address` parameter. + ## v0.10.1 * Bug fixes diff --git a/mix.exs b/mix.exs index a50e23d..2342bc7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetEthernet.MixProject do use Mix.Project - @version "0.10.1" + @version "0.10.2" @source_url "https://github.com/nerves-networking/vintage_net_ethernet" def project do