diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e20c2..301ce9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.7 + +* Updates + * Update the IANA database to 2021b + ## v0.1.6 * Improvements diff --git a/mix.exs b/mix.exs index 26596c4..5c1f402 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project - @version "0.1.6" + @version "0.1.7" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2021b" @tzdata_earliest_date to_string(System.os_time(:second) - 86400)