Skip to content

Commit 4e45053

Browse files
v1.3.1
1 parent 8827353 commit 4e45053

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.3.1
4+
5+
* Enhancements
6+
* Use `:dhcpd` instead of `:linklocal` for `nerves_init_gadget` defaults.
7+
38
## 1.3.0
49

510
* New features

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

0 commit comments

Comments
 (0)