From 466b10d5416df14d6f3d2cfeca5b8bf7a3c0d603 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 4 Oct 2019 20:55:21 -0400 Subject: [PATCH] v0.3.1 release --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55552cd..d0138f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.3.1 + +* Bug fixes + * Move ntpd's prints to the log. The previous prints to the console were quite + annoying to say the least. + * Remove the build timestamp so that `nerves_time` builds are reproducible. + This is important for users that want to recreate firmware images with as + few differences as possible. The build timestamp had restricted the earliest + allowed time. The earliest time is now hardcoded, but can be overridden by + application config (same with the latest possible time.) + ## v0.3.0 IMPORTANT: This release moves `Nerves.Time` to the `NervesTime` namespace. If diff --git a/mix.exs b/mix.exs index a28e1b1..502d416 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTime.MixProject do use Mix.Project - @version "0.3.0" + @version "0.3.1" @source_url "https://github.com/fhunleth/nerves_time" def project do