Skip to content

Commit

Permalink
v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 25, 2022
1 parent cd9536a commit 9d3c76c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.2

* Changes
* Fix signal sent for guarded poweroffs
* Support guarded halts (oversight from v2.0.0)

## v2.0.1

* 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.0.1
VERSION=2.0.2

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 @@ -22,7 +22,7 @@ defmodule StatusTest do
"init_handshake_time_left" => "0",
"init_handshake_timeout" => "0",
"program_name" => "nerves_heart",
"program_version" => "2.0.1",
"program_version" => "2.0.2",
"wdt_firmware_version" => "0",
"wdt_identity" => "OMAP Watchdog",
"wdt_last_boot" => "power_on",
Expand Down

0 comments on commit 9d3c76c

Please sign in to comment.