diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bc3b8..79d24eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.1.14 - 2024-06-02 + +* Improvements + * Fix Elixir 1.17 warnings + ## v0.1.13 - 2023-05-17 * Improvements diff --git a/mix.exs b/mix.exs index 32ebe59..bde9533 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesMOTD.MixProject do use Mix.Project - @version "0.1.13" + @version "0.1.14" @source_url "https://github.com/nerves-project/nerves_motd" def project do