diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4742a..ca25a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.3.2 + +* Updates + * Update the IANA database to 2023a + ## v0.3.1 * Fixes diff --git a/mix.exs b/mix.exs index b2b4a97..b1d18eb 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project @app :nerves_time_zones - @version "0.3.1" + @version "0.3.2" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2023a" @tzdata_earliest_date DateTime.to_unix(~U[2022-01-01 00:00:00Z])