We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf9ef1 commit a2d2b0bCopy full SHA for a2d2b0b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 1.8.1
14
15
* New project generator updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.8.1"
+ @version "1.9.0"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments