diff --git a/CHANGELOG.md b/CHANGELOG.md index 3964b25..4f38bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.8.6 - 2022-06-14 + +* Fixed + * Fixed an issue that caused the DNS bridge to stop working with OTP 25. + ## v0.8.5 - 2022-04-28 * Fixed diff --git a/mix.exs b/mix.exs index f194f11..70b221c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MdnsLite.MixProject do use Mix.Project - @version "0.8.5" + @version "0.8.6" @source_url "https://github.com/nerves-networking/mdns_lite" def project do