diff --git a/CHANGELOG.md b/CHANGELOG.md index 8152ba7..f3062d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Ex_Cldr_Collation v0.6.0 + +This is the changelog for Cldr_collation v0.6.0 released on July 3rd, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_collation/tags) + +### Bug fixes + +* Load the nif from a path relative to `:code.priv_dir/1`. + ## Ex_Cldr_Collation v0.5.0 This is the changelog for Cldr_collation v0.5.0 released on June 23rd, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_collation/tags) diff --git a/mix.exs b/mix.exs index 44459b2..5a18697 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule CldrCollation.MixProject do use Mix.Project - @version "0.5.0" + @version "0.6.0" def project do [