From 14aa15b7476a39f6665c7be68448530825206026 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Sun, 1 Nov 2020 08:03:48 +0800 Subject: [PATCH] Version 2.8.0 --- CHANGELOG.md | 4 ++-- mix.exs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b4408..9a4c993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Changelog for Cldr_Currencies v2.8.0-rc.0 +# Changelog for Cldr_Currencies v2.8.0 -This is the changelog for Cldr_Currencies v2.8.0-rc.0 released on October 27th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_currencies/tags) +This is the changelog for Cldr_Currencies v2.8.0 released on November 1st, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_currencies/tags) ### Enhancements diff --git a/mix.exs b/mix.exs index d2443b2..b680316 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cldr.Currencies.MixProject do use Mix.Project - @version "2.8.0-rc.0" + @version "2.8.0" def project do [ @@ -38,7 +38,7 @@ defmodule Cldr.Currencies.MixProject do defp deps do [ - {:ex_cldr, "~> 2.18 or ~> 2.18.0-rc"}, + {:ex_cldr, "~> 2.18"}, {:jason, "~> 1.0", optional: true}, {:ex_doc, "~> 0.18", only: [:dev, :release, :test], optional: true}, {:dialyxir, "~> 1.0", only: [:dev], runtime: false}