Skip to content

Commit

Permalink
v2.0.0-rc.0 release
Browse files Browse the repository at this point in the history
Let's get this party started 🎉 🍻 🥳
  • Loading branch information
jjcarstens committed Jul 29, 2020
1 parent 62cf14c commit 0e316db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2.0.0-rc.0

* New Features
* Uses `nerves_initramfs` to support pre-start checks for deciding if a
firmware should automatically be reverted before the kernel is loaded.
By default, this checks UBoot variable `nerves_fw_validated` and if the
firmware has not been validated, a revert will be triggered. This means
a user must validate the firmware on first boot via
`Nerves.Runtime.validate_firmware/0` or by writing to UBoot directly

## v1.12.1

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
2.0.0-rc.0

0 comments on commit 0e316db

Please sign in to comment.