diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f1f9b..f437e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Cldr Trans v1.1.0 + +This is the changelog for Cldr Trans version 1.1.0 released on August 10th, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_trans/tags) + +### Enhancements + +* By default uses the default locale on the Cldr backend as the assumed locale of the non-translated field. Don't generate translations struct for the default locale either. This enhancement kindly contributed by @petrus-jvrensburg, + ## Cldr Trans v1.0.0 This is the changelog for Cldr Trans version 1.0.0 released on March 27th, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_trans/tags) diff --git a/mix.exs b/mix.exs index 58f9db6..c2a1808 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cldr.Trans.Mixfile do use Mix.Project - @version "1.0.0" + @version "1.1.0" def project do [