From 203bf75cdd4200744ef03d4d00ce30786ceb5187 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Tue, 5 Mar 2024 11:16:00 +1100 Subject: [PATCH] Bump release --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f437e65..43622c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Cldr Trans v1.1.1 + +This is the changelog for Cldr Trans version 1.1.0 released on March 5th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_trans/tags) + +### Bug Fixes + +* Adds `@moduledoc false` to the translations and field generated modules to reduce noise. Thanks to @ArthurClemens for the issue. Closes #9. + +### Enhancements + +* Improve the clarity of the documentation in the README and the `Cldr.Trans` modules. + ## 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) diff --git a/mix.exs b/mix.exs index fc29eda..601d49d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cldr.Trans.Mixfile do use Mix.Project - @version "1.1.0" + @version "1.1.1" def project do [