Skip to content

Commit 97d8c85

Browse files
v0.7.0 release
1 parent 299b7fe commit 97d8c85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.7.0
4+
5+
Shoehorn 0.7.0 removes support for creating boot scripts using Distillery and
6+
only supports using Elixir releases. As a result, the minimum supported version
7+
of Elixir is now version 1.9.
8+
39
## v0.6.0
410

511
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Shoehorn.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55
@source_url "https://github.com/nerves-project/shoehorn"
66

77
def project do

0 commit comments

Comments
 (0)