From fbd527ef627aee8645756f71430bd57b211aed8e Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sat, 2 Oct 2021 22:09:49 -0400 Subject: [PATCH] v0.1.8 release --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301ce9e..5cae650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.8 + +* Updates + * Update the IANA database to 2021c (reverts the time zone removals in 2021b) + ## v0.1.7 * Updates diff --git a/mix.exs b/mix.exs index 0d9dfdb..48866db 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project - @version "0.1.7" + @version "0.1.8" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2021c" @tzdata_earliest_date to_string(System.os_time(:second) - 86400)