diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cae650..3b7c810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## v0.1.8 +* Updates + * Update the IANA database to 2021d (Fiji!) + +## v0.1.8 + * Updates * Update the IANA database to 2021c (reverts the time zone removals in 2021b) diff --git a/mix.exs b/mix.exs index 4b68fac..e316820 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project - @version "0.1.8" + @version "0.1.9" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2021d" @tzdata_earliest_date to_string(System.os_time(:second) - 86400)