diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a8123..ce4af37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.7.0 + +Shoehorn 0.7.0 removes support for creating boot scripts using Distillery and +only supports using Elixir releases. As a result, the minimum supported version +of Elixir is now version 1.9. + ## v0.6.0 * Enhancements diff --git a/mix.exs b/mix.exs index 21c98f7..85ebb2e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Shoehorn.MixProject do use Mix.Project - @version "0.6.0" + @version "0.7.0" @source_url "https://github.com/nerves-project/shoehorn" def project do