diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd1379..78e20c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.1.6 + +* Improvements + * Switch from `wget` to `curl` for database download to be friendlier to MacOS + users + * Cleanup and reduce Makefile prints + ## v0.1.5 * Bug fixes diff --git a/mix.exs b/mix.exs index 097d630..c8bdb15 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesTimeZones.MixProject do use Mix.Project - @version "0.1.5" + @version "0.1.6" @source_url "https://github.com/nerves-time/nerves_time_zones" @tzdata_version "2021a" @tzdata_earliest_date to_string(System.os_time(:second) - 86400)