diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d57b02..07d05d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.2.0 + +* Added + * IANA database version, earliest date, and latest date now configurable form + the application environment (thanks @LostKobrakai) + +* Updates + * Update the IANA database to 2022a + ## v0.1.10 * Updates diff --git a/mix.exs b/mix.exs index 65d72b8..0c8ab2e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project @app :nerves_time_zones - @version "0.1.10" + @version "0.2.0" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2022a" @tzdata_earliest_date System.os_time(:second) - 86400