From 450cac4093439e2643d230e0cdbc9008dd664ee9 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 18 Feb 2022 10:06:48 -0500 Subject: [PATCH] v0.11.5 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f962ea6..56481a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.11.5] - 2022-02-18 + +* Changed + * Fix a no function clause exception in the InternetChecker that could happen + if no IP addresses were assigned to an interface. + ## [v0.11.4] - 2021-12-20 * Changed diff --git a/mix.exs b/mix.exs index 4feb1cb5..5d126f8b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.11.4" + @version "0.11.5" @source_url "https://github.com/nerves-networking/vintage_net" def project do