From 1d52994b672b874e859e93f0b1aa98651ebb6b5f Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 10 Sep 2024 22:06:57 -0400 Subject: [PATCH] v0.8.11 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e1218..bb52f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.8.11 - 2024-09-10 + +* Bug fixes + * Fix `MdnsLite.InetMonitor` to properly remove interfaces that don't exist in a subsequent update. (@kevinschweikert) + * Exclude "__unknown" interfaces to ignore interfaces that VintageNet can't get link info on. (@ConnorRigby) + * Don't crash on other Unix-like OSes (@mneumann) + ## v0.8.10 - 2024-02-26 * Bug fixes diff --git a/mix.exs b/mix.exs index 69aa8b9..0614399 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MdnsLite.MixProject do use Mix.Project - @version "0.8.10" + @version "0.8.11" @source_url "https://github.com/nerves-networking/mdns_lite" def project do