From 04d2790c06f0a02fbe38626fe2b9e87b67dfce44 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 29 Nov 2021 09:53:44 -0500 Subject: [PATCH] v0.1.6 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1523b..5a846f5 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.1.6 - 2021-11-29 + +* Improvements + * Add `:extra_rows` option to allow users to supply additional information to + be printed in the MOTD. The use case for this is to show project-specific + information like MQTT connection status in addition to the generic info. + ## v0.1.5 - 2021-11-02 * Improvements diff --git a/mix.exs b/mix.exs index 96df6c8..73436b8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesMOTD.MixProject do use Mix.Project - @version "0.1.5" + @version "0.1.6" @source_url "https://github.com/nerves-project/nerves_motd" def project do