Skip to content

Commit da8252b

Browse files
committed
v1.11.4 release
1 parent 6da6703 commit da8252b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.11.4 - 2023-03-03
4+
5+
* Updates
6+
* Use Nerves v1.10.0 in new projects
7+
* Default to adding `-code_path_choice strict` to new projects to skip a few
8+
unnecessary path searches for archives
9+
* Default to moving the clock forward in erlinit. This reduces the time jump
10+
on boot for RTC-less devices.
11+
312
## 1.11.3 - 2022-11-05
413

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

77
def project do

0 commit comments

Comments
 (0)