Skip to content

Commit

Permalink
v1.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 4, 2023
1 parent 6da6703 commit da8252b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.11.4 - 2023-03-03

* Updates
* Use Nerves v1.10.0 in new projects
* Default to adding `-code_path_choice strict` to new projects to skip a few
unnecessary path searches for archives
* Default to moving the clock forward in erlinit. This reduces the time jump
on boot for RTC-less devices.

## 1.11.3 - 2022-11-05

* Updates
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project

@version "1.11.3"
@version "1.11.4"
@source_url "https://github.com/nerves-project/nerves_bootstrap"

def project do
Expand Down

0 comments on commit da8252b

Please sign in to comment.