Skip to content

Commit 78431ca

Browse files
committed
v1.11.3 release
1 parent 8d5c6b3 commit 78431ca

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.11.3 - 2022-11-05
4+
5+
* Updates
6+
* Allow Nerves v1.9.0 to be used in new projects
7+
* Use console logger by default in host mode. This is more like the default
8+
Elixir configuration.
9+
310
## 1.11.2 - 2022-09-11
411

512
* 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.11.2"
4+
@version "1.11.3"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)