diff --git a/CHANGELOG.md b/CHANGELOG.md index 240d795..3e5bf44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,14 @@ # Changelog for Cldr_Calendars_Ethiopic v0.3.0 -This is the changelog for ex_cldr_calendars_coptic v0.3.0 released on March 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags) +This is the changelog for ex_cldr_calendars_ethiopic v0.3.0 released on March 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags) ### Bug Fixes -* Require Elixir 1.10 or later - * Update `Cldr.Calendar.Ethiopic.day_of_week/3` to be `Cldr.Calendar.Ethiopic.day_of_week/4` as required by Elixir 1.10. # Changelog for Cldr_Calendars_Ethiopic v0.2.0 -This is the changelog for ex_cldr_calendars_coptic v0.2.0 released on July 3rd, 2020 For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags) +This is the changelog for ex_cldr_calendars_ethiopic v0.2.0 released on July 3rd, 2020 For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags) ### Bug Fixes diff --git a/mix.exs b/mix.exs index 7d0cf04..7739155 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Cldr.Calendars.Ethiopic.MixProject do [ app: :ex_cldr_calendars_ethiopic, version: @version, - elixir: "~> 1.10", + elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(), source_url: "https://github.com/elixir-cldr/cldr_calendars_ethiopic",