Skip to content

Commit

Permalink
v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 4, 2024
1 parent e0f19c0 commit 0144d50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.3.0

* Changes
* Add guarded immediate reboot and poweroff commands. These bypass all
graceful shutdown code and should be used with care. Like the regular
guarded reboot and power they stop petting the watchdog too.

## v2.2.0

* Changes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.2.0
VERSION=2.3.0

EXTRA_CFLAGS=-Wall -Wextra -DPROGRAM_VERSION=$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion tests/heart_test/test/status_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule StatusTest do
"init_handshake_timeout" => "0",
"init_grace_time_left" => "0",
"program_name" => "nerves_heart",
"program_version" => "2.2.0",
"program_version" => "2.3.0",
"snooze_time_left" => "0",
"wdt_firmware_version" => "0",
"wdt_identity" => "OMAP Watchdog",
Expand Down

0 comments on commit 0144d50

Please sign in to comment.