Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Nov 1, 2020
1 parent e355580 commit 14aa15b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -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
[
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 14aa15b

Please sign in to comment.