diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7c810..2d57b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## v0.1.8 +## v0.1.10 + +* Updates + * Update the IANA database to 2021e (Palestine DST change date) + +## v0.1.9 * Updates * Update the IANA database to 2021d (Fiji!) diff --git a/mix.exs b/mix.exs index 47f2941..af5f446 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project - @version "0.1.9" + @version "0.1.10" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2021e" @tzdata_earliest_date to_string(System.os_time(:second) - 86400)