diff --git a/CHANGELOG.md b/CHANGELOG.md index f13a219..fb4742a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.3.1 + +* Fixes + * Some build machines incorrectly detected gettext support when building zic. + Since gettext isn't needed, force it off to avoid the possibility of a build + error. + ## v0.3.0 This release changes how dates are returned that happen before the earliest date diff --git a/mix.exs b/mix.exs index 7dbc0d0..29ad41f 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.0" + @version "0.3.1" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2022g" @tzdata_earliest_date DateTime.to_unix(~U[2022-01-01 00:00:00Z])