From 290769939b229d935dac2d648c8e237d9055bb03 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Sat, 10 Sep 2022 02:55:32 +0800 Subject: [PATCH] Ready for release 1.4.1 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1348463..5f6fb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Bug Fixes + +* Adds `lang` attributes to locale selection to signal better information for accessibility. Thanks very much to @quentin-bettoum for the pull request. Closes #15. + ## Cldr_HTML v1.4.0 This is the changelog for Cldr HTML v1.4.0 released on March 29th, 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 d0a92ed..0bc8af5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cldr.Html.MixProject do use Mix.Project - @version "1.4.0" + @version "1.4.1" def project do [