Skip to content

Commit 9947cb1

Browse files
v1.5.1 release
1 parent 1b9348f commit 9947cb1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
* Bug fixes
6+
* Compile distillery before nerves when included as an optional dependency.
7+
38
## 1.5.0
49

510
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
44
def project do
55
[
66
app: :nerves_bootstrap,
7-
version: "1.5.0",
7+
version: "1.5.1",
88
elixir: "~> 1.7",
99
aliases: aliases(),
1010
xref: [exclude: [Nerves.Env, Nerves.Artifact]],

0 commit comments

Comments
 (0)