diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6fb93..73c41c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Cldr_HTML v1.4.2 + +This is the changelog for Cldr HTML v1.4.2 released on October 17th, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_html/tags) + +### Bug Fixes + +* Fix type spec for select options to remove dialyzer warning. Thanks to @quentin-bettoum. Closes #16. + ## Cldr_HTML v1.4.1 This is the changelog for Cldr HTML v1.4.1 released on September 10th, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_html/tags) diff --git a/mix.exs b/mix.exs index 0bc8af5..0293c16 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cldr.Html.MixProject do use Mix.Project - @version "1.4.1" + @version "1.4.2" def project do [