Skip to content

Commit 5b80988

Browse files
v1.8.0 release
1 parent 6062e13 commit 5b80988

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.8.0
4+
5+
* New project generator updates
6+
* Bump Nerves to 1.6 and update systems.
7+
* Default to use `--nerves-pack`.
8+
* Remove options for `--init-gadget`.
9+
310
## 1.7.1
411

512
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.Mixfile do
22
use Mix.Project
33

4-
@version "1.7.1"
4+
@version "1.8.0"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)