diff --git a/CHANGELOG.md b/CHANGELOG.md index f7479a9..e812dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.1.8 - 2022-10-26 + +* Improvements + * Show CPU temperature on MOTD + * Support OTP 25 + * Update the Nerves CLI help url + * Fix tests with nerves_runtime >= 0.11.9 + ## v0.1.7 - 2022-03-03 * Improvements diff --git a/README.md b/README.md index 10b9b80..1f88864 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `nerves_motd` prints a ["message of the day"](https://en.wikipedia.org/wiki/Motd_(Unix)) on Nerves devices. -![](https://user-images.githubusercontent.com/7563926/132778791-7968786b-7d35-4e50-969d-a13c32cdfb01.png) +![](https://user-images.githubusercontent.com/7563926/198033589-9034f9fc-1d25-4679-9aa1-ca8026577b9f.png) ## Usage diff --git a/mix.exs b/mix.exs index 1d69f8f..9470433 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesMOTD.MixProject do use Mix.Project - @version "0.1.7" + @version "0.1.8" @source_url "https://github.com/nerves-project/nerves_motd" def project do