Skip to content

Commit 631f279

Browse files
v1.6.1 release
1 parent b562c65 commit 631f279

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.6.1
4+
5+
* Enhancements
6+
* Added `rpi4` to default targets in new project generator.
7+
See [nerves_system_rpi4](https://github.com/nerves-project/nerves_system_rpi4) for system information.
8+
* Update release config to only strip beams for `:prod` firmware.
9+
10+
* Bug fixes
11+
* Fix `--cookie` in new project generator for overriding the cookie.
12+
313
## 1.6.0
414

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

0 commit comments

Comments
 (0)