diff --git a/CHANGELOG.md b/CHANGELOG.md index ab191ef..dced68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.1.2 + +* New features + * Add `Zoneinfo.get_metadata/1` to expose diagnostic information useful for + sanity checking date ranges available on a system + ## v0.1.1 * New features diff --git a/mix.exs b/mix.exs index ac3ebfe..8652684 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Zoneinfo.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" @source_url "https://github.com/smartrent/zoneinfo" def project do