diff --git a/CHANGELOG.md b/CHANGELOG.md index 1474d75..10e77cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.10.1 + +* Bug fixes + * `vintage_net v0.10.4` had a fix to route setup to remove a DHCP renewal + hiccup and a routing API change that only affected this project. This + updates to the new API to remove a deprecation warning. That also means that + at least `vintage_net v0.10.4` is required now and the deps force this. + ## v0.10.0 This release contains no code changes. It only updates the `vintage_net` diff --git a/mix.exs b/mix.exs index 8d51d70..dd61504 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetMobile.MixProject do use Mix.Project - @version "0.10.0" + @version "0.10.1" @source_url "https://github.com/nerves-networking/vintage_net_mobile" def project do