We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b562c65 commit 631f279Copy full SHA for 631f279
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 1.6.0
14
15
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.6.0",
+ version: "1.6.1",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments