Skip to content

Commit 5318654

Browse files
v1.5.2 release
1 parent 17d67e7 commit 5318654

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+
## 1.5.2
4+
5+
* Bug fixes
6+
* Add distillery ~> 2.1 to the new project generator.
7+
* Lock down the `nerves` dependency to ~> 1.4.5 in new projects.
8+
39
## 1.5.1
410

511
* Bug fixes

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.1",
7+
version: "1.5.2",
88
elixir: "~> 1.7",
99
aliases: aliases(),
1010
xref: [exclude: [Nerves.Env, Nerves.Artifact]],

0 commit comments

Comments
 (0)