From 638efc6055f2c8ecb226c37035ff5c52a832cc01 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 5 Sep 2021 21:56:00 -0400 Subject: [PATCH] v0.2.18 release --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440143b..6cd1a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.2.18 + +* Updates + * Livebook 0.2.3 + * Update to MdnsLite 0.8.0 and enable support for using mDNS (.local) + addresses with Erlang distribution and more + * Update various other Nerves dependencies + ## v0.2.17 * Updates diff --git a/mix.exs b/mix.exs index a2254bc..f306164 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do use Mix.Project @app :nerves_livebook - @version "0.2.17" + @version "0.2.18" @all_targets [ :rpi, :rpi0,