Skip to content

Commit a2d2b0b

Browse files
jjcarstensfhunleth
authored andcommitted
v1.9.0 release
1 parent fcf9ef1 commit a2d2b0b

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.9.0
4+
5+
* New project generator updates
6+
* Bump [NervesPack to 0.4](https://hexdocs.pm/nerves_pack/changelog.html#v0-4-0)
7+
which drops `:nerves_firwmare_ssh` in favor of `:nerves_ssh` and
8+
`:ssh_subsystem_fwup` for access and updates.
9+
* Bump Nerves to `~> 1.6.3`
10+
* Bump NervesRuntime to `~> 0.11.3`
11+
* Bump RingLogger to `~> 0.8.1`
12+
313
## 1.8.1
414

515
* New project generator updates

mix.exs

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

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

77
def project do

0 commit comments

Comments
 (0)