Skip to content

Commit 438b108

Browse files
v1.4.1 release
1 parent 1ff0462 commit 438b108

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.4.1
4+
5+
* Bug fixes
6+
* Configure nerves_bootstrap to support Elixir ~> 1.7.
7+
Use ~> 1.8 for new projects.
8+
39
## 1.4.0
410

511
Version v1.4.0 adds support for Elixir 1.8's new built-in support for mix

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

0 commit comments

Comments
 (0)