From 21760c99eb4219f9912c6215ca47111195530a76 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 19 Jul 2024 15:16:20 -0400 Subject: [PATCH] v0.1.15 release --- CHANGELOG.md | 11 ++++++++++- mix.exs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d24eb..c490de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.1.15 - 2024-07-19 + +This release requires Elixir 1.13 or later. Previous versions became hard to +maintain due to dependent packages. No code changed in this library to prevent +previous versions from working. + +* Fixes + * Fix a regression that caused the firmware validity to always show up as valid even when invalid. + ## v0.1.14 - 2024-06-02 * Improvements @@ -20,7 +29,7 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## v0.1.11 - 2023-02-04 -* Bug fixees +* Bug fixes * Don't raise if `Nerves.Runtime.KV` is empty * Improvements diff --git a/mix.exs b/mix.exs index a3e8b50..a6f2112 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesMOTD.MixProject do use Mix.Project - @version "0.1.14" + @version "0.1.15" @source_url "https://github.com/nerves-project/nerves_motd" def project do