diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcfdaaa..6236fb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.13.3] - 2023-06-10 + +* Changed + * Sort dhcpd options so their order doesn't change in configuration files made + by OTP 26. This fixes regression test failures that expected the files to by + the same. It shouldn't matter for real use, but it's nice that the files are + deterministic just in case. + * Ignore unexpected messages to the InterfacesMonitor. This fixes an + unnecessary crash/restart that was seen. Errors are still logged. + ## [v0.13.2] - 2023-05-15 * Changed diff --git a/mix.exs b/mix.exs index 5f0c7f68..af990048 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.13.2" + @version "0.13.3" @source_url "https://github.com/nerves-networking/vintage_net" def project do