Skip to content

Commit

Permalink
v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 13, 2019
1 parent f812fcc commit d6ed2e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.4.4

* Bug fixes
* fwup is now stopped immediately when the ssh connection closes prematurely.
This cancels any existing firmware update. Thanks to Troels Brødsgaard for
this fix.

## v0.4.3

* Improvements
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.Firmware.SSH.MixProject do
use Mix.Project

@version "0.4.3"
@version "0.4.4"

@description "Perform over-the-air updates to Nerves devices using ssh"

Expand Down

0 comments on commit d6ed2e8

Please sign in to comment.