From a335c2beb886f9dd2f68e950b920cb0cec9fa3c9 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 4 Mar 2022 11:12:55 -0700 Subject: [PATCH] v0.4.5 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e56896..846f4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.4.5 + +* New feature + * Support blocking NervesTime startup until initialized with a valid time. + See [Startup](https://github.com/nerves-time/nerves_time#startup) doc and + `NervesTime.Waiter` for more info (thanks @LostKobrakai :heart:) + ## v0.4.4 * Updates diff --git a/mix.exs b/mix.exs index 055c43d..cf2b198 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTime.MixProject do use Mix.Project - @version "0.4.4" + @version "0.4.5" @source_url "https://github.com/nerves-time/nerves_time" def project do