diff --git a/CHANGELOG.md b/CHANGELOG.md index b049e4c..bc33c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.4.6 + +* New features + * Added `mix upload` task for Nerves users who prefer idiomatic Elixir ways of + uploading to devices. This task has some limitations especially when + ssh needs to ask for passwords. The `mix firmware.gen.script` / + `./upload.sh` approach still exists. + ## v0.4.5 * Bug fixes diff --git a/mix.exs b/mix.exs index 2d3bb47..1b0e3ae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.Firmware.SSH.MixProject do use Mix.Project - @version "0.4.5" + @version "0.4.6" @source_url "https://github.com/nerves-project/nerves_firmware_ssh" @description "Perform over-the-air updates to Nerves devices using ssh"